Searched refs:yuv_macroblock_count (Results 1 – 1 of 1) sorted by relevance
213 int yuv_macroblock_count; /* y+u+v macroblock count */ member658 if (v > s->yuv_macroblock_count) { in vp4_get_mb_count()707 for (i = 0; i < s->yuv_macroblock_count; i += current_run) { in vp4_unpack_macroblocks()711 if (current_run > s->yuv_macroblock_count - i) in vp4_unpack_macroblocks()723 for (i = 0; i < s->yuv_macroblock_count; i++) { in vp4_unpack_macroblocks()2279 s->superblock_coding = av_mallocz(FFMAX(s->superblock_count, s->yuv_macroblock_count)); in allocate_tables()2392 s->yuv_macroblock_count = s->macroblock_count + 2 * s->c_macroblock_count; in vp3_decode_init()