Home
last modified time | relevance | path

Searched refs:macroblock_height (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp3.c209 int macroblock_height; member
744 int mb_height = plane ? s->c_macroblock_height : s->macroblock_height; in vp4_unpack_macroblocks()
829 mb_y >= s->macroblock_height) in unpack_modes()
937 mb_y >= s->macroblock_height || in unpack_vectors()
2387 s->macroblock_height = (s->height + 15) / 16; in vp3_decode_init()
2388 s->macroblock_count = s->macroblock_width * s->macroblock_height; in vp3_decode_init()
2718 if (mb_height != s->macroblock_height || in vp3_decode_frame()