Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dio.c242 const int mb_h = io->mb_h; in EmitYUV() local
378 const int mb_h = io->mb_h; in EmitAlphaYUV() local
395 const int mb_h = io->mb_h; in EmitAlphaRGB() local
525 const int mb_h = io->mb_h; in EmitRescaledYUV() local
632 const int mb_h = io->mb_h; in EmitRescaledRGB() local
839 const int mb_h = io->mb_h; in CustomPut() local
/external/webp/include/webp/
Ddecode_vp8.h55 int mb_h; // number of rows in the sample member
/external/webp/src/enc/
Dwebpenc.c148 const int mb_h = (picture->height + 15) >> 4; in InitEncoder() local