Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dio.c34 const int mb_w = io->mb_w; in EmitYUV() local
58 const int mb_w = io->mb_w; in EmitSampledRGB() local
117 const int mb_w = io->mb_w; in EmitFancyRGB() local
168 const int mb_w = io->mb_w; in EmitAlphaYUV() local
218 const int mb_w = io->mb_w; in EmitAlphaRGB() local
251 const int mb_w = io->mb_w; in EmitAlphaRGBA4444() local
597 const int mb_w = io->mb_w; in CustomPut() local
Ddecode_vp8.h56 int mb_w; // number of columns in the sample member
Dframe.c412 const int mb_w = dec->mb_w_; in AllocateMemory() local
Dvp8l.c440 int mb_w, int mb_h, in EmitRows()
549 int mb_w, int num_rows) { in EmitRowsYUVA()
/external/webp/src/dec/
Dio.c31 const int mb_w = io->mb_w; in EmitYUV() local
74 const int mb_w = io->mb_w; in EmitFancyRGB() local
126 const int mb_w = io->mb_w; in EmitAlphaYUV() local
178 const int mb_w = io->mb_w; in EmitAlphaRGB() local
204 const int mb_w = io->mb_w; in EmitAlphaRGBA4444() local
580 const int mb_w = io->mb_w; in CustomPut() local
Ddecode_vp8.h56 int mb_w; // number of columns in the sample member
Dframe.c703 const int mb_w = dec->mb_w_; in AllocateMemory() local
Dvp8l.c563 int mb_w, int mb_h, in EmitRows()
637 int mb_w, int num_rows) { in EmitRowsYUVA()
/external/webp/src/enc/
Dwebpenc.c145 const int mb_w = (picture->width + 15) >> 4; in InitVP8Encoder() local
Dvp8l.c1582 const int mb_w = (width + 15) >> 4; in VP8LEncodeImage() local
/external/opencv3/3rdparty/libwebp/enc/
Dwebpenc.c172 const int mb_w = (picture->width + 15) >> 4; in InitVP8Encoder() local
Dvp8l.c1156 const int mb_w = (width + 15) >> 4; in VP8LEncodeImage() local