Home
last modified time | relevance | path

Searched defs:mb_w (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c31 const int mb_w = io->mb_w; in EmitYUV() local
74 const int mb_w = io->mb_w; in EmitFancyRGB() local
134 const int mb_w = io->mb_w; in EmitAlphaYUV() local
183 const int mb_w = io->mb_w; in EmitAlphaRGB() local
209 const int mb_w = io->mb_w; in EmitAlphaRGBA4444() local
615 const int mb_w = io->mb_w; in CustomPut() local
A Dvp8_dec.h56 int mb_w; // number of columns in the sample member
A Dframe_dec.c684 const int mb_w = dec->mb_w_; in AllocateMemory() local
A Dvp8l_dec.c622 int mb_w, int mb_h, in EmitRows()
699 int mb_w, int num_rows) { in EmitRowsYUVA()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dwebp_enc.c149 const int mb_w = (picture->width + 15) >> 4; in InitVP8Encoder() local
A Dvp8l_enc.c1902 const int mb_w = (width + 15) >> 4; in VP8LEncodeImage() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dcwebp.c129 const int mb_w = (pic->width + 15) / 16; in AllocExtraInfo() local
270 const int mb_w = (pic->width + 15) / 16; in PrintMapInfo() local

Completed in 19 milliseconds