Searched refs:end_mb_x (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h414 int end_mb_x; ///< Horizontal macroblock limit (used only by mss2) member in struct:VC1Context
H A Dmss2.c410 v->end_mb_x = (w + 15) >> 4;
413 v->end_mb_x = v->end_mb_x + 1 >> 1;
H A Dvc1dec.c4814 for (; s->mb_x < v->end_mb_x; s->mb_x++) {
6117 v->end_mb_x = s->mb_width;

Completed in 71 milliseconds