Searched refs:size_in_luma_v (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.c80 int size_in_luma_v = size << vshift; local
81 int size_in_tbs_v = size_in_luma_v >> s->sps->log2_min_tb_size;
112 int bottom_left_size = (FFMIN(y0 + 2 * size_in_luma_v, s->sps->height) -
113 (y0 + size_in_luma_v)) >> vshift;
118 int size_in_luma_pu_v = PU(size_in_luma_v);
126 int y_bottom_pu = PU(y0 + size_in_luma_v);

Completed in 143 milliseconds