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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcpred_template.c188 int size_max_x = x0 + ((2 * size) << hshift) < s->sps->width ? local
194 size_max_x = x0 + ((size) << hshift) < s->sps->width ?
206 while (j < size_max_x && !IS_INTRA(j, -1))
213 while (j < size_max_x && !IS_INTRA(j, -1))
247 EXTEND_RIGHT_CIP(top, 0, size_max_x);

Completed in 53 milliseconds