Searched refs:size_in_luma_h (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.c78 int size_in_luma_h = size << hshift; local
79 int size_in_tbs_h = size_in_luma_h >> s->sps->log2_min_tb_size;
114 int top_right_size = (FFMIN(x0 + 2 * size_in_luma_h, s->sps->width) -
115 (x0 + size_in_luma_h)) >> hshift;
119 int size_in_luma_pu_h = PU(size_in_luma_h);
155 int x_right_pu = PU(x0 + size_in_luma_h);

Completed in 27 milliseconds