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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c159 int macroblock_height; member in struct:Vp3DecodeContext
615 if (mb_x >= s->macroblock_width || mb_y >= s->macroblock_height)
711 if (mb_x >= s->macroblock_width || mb_y >= s->macroblock_height ||
1618 * if (slice == s->macroblock_height - 1)
1707 s->macroblock_height = (s->height + 15) / 16;
1708 s->macroblock_count = s->macroblock_width * s->macroblock_height;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c169 int macroblock_height; member in struct:Vp3DecodeContext
631 mb_y >= s->macroblock_height)
732 mb_y >= s->macroblock_height ||
1649 * if (slice == s->macroblock_height - 1)
1772 s->macroblock_height = (s->height + 15) / 16;
1773 s->macroblock_count = s->macroblock_width * s->macroblock_height;

Completed in 111 milliseconds