Home
last modified time | relevance | path

Searched defs:mb_h (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c32 const int mb_h = io->mb_h; in EmitYUV() local
135 const int mb_h = io->mb_h; in EmitAlphaYUV() local
258 const int mb_h = io->mb_h; in EmitRescaledYUV() local
379 const int mb_h = io->mb_h; in EmitRescaledRGB() local
616 const int mb_h = io->mb_h; in CustomPut() local
A Dvp8_dec.h57 int mb_h; // number of rows in the sample member
A Dvp8l_dec.c594 uint8_t* in, int in_stride, int mb_h, in EmitRescaledRowsRGBA()
622 int mb_w, int mb_h, in EmitRows()
679 uint8_t* in, int in_stride, int mb_h) { in EmitRescaledRowsYUVA()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dwebp_enc.c150 const int mb_h = (picture->height + 15) >> 4; in InitVP8Encoder() local
A Dvp8l_enc.c1903 const int mb_h = (height + 15) >> 4; in VP8LEncodeImage() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dcwebp.c130 const int mb_h = (pic->height + 15) / 16; in AllocExtraInfo() local
271 const int mb_h = (pic->height + 15) / 16; in PrintMapInfo() local

Completed in 17 milliseconds