Searched refs:bottom_left_size (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.c112 int bottom_left_size = (FFMIN(y0 + 2 * size_in_luma_v, s->sps->height) - local
180 for (i = size; i < size + bottom_left_size; i++)
182 EXTEND(left + size + bottom_left_size, POS(-1, size + bottom_left_size - 1),
183 size - bottom_left_size);
192 int j = size + (cand_bottom_left? bottom_left_size: 0) -1;

Completed in 30 milliseconds