Searched refs:col_limit (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 Dhevc_cabac.c1543 int col_limit = last_significant_coeff_x + last_significant_coeff_y + 4; local
1545 col_limit = FFMIN(4, col_limit);
1547 col_limit = FFMIN(8, col_limit);
1549 col_limit = FFMIN(24, col_limit);
1550 s->hevcdsp.idct[log2_trafo_size-2](coeffs, col_limit);
H A Dhevcdsp.h55 void (*idct[4])(int16_t *coeffs, int col_limit);
H A Dhevcdsp_template.c266 int limit2 = FFMIN(col_limit + 4, H)
268 int limit = FFMIN(col_limit, H); \
269 int limit2 = FFMIN(col_limit + 4, H)
275 int16_t *coeffs, int col_limit) { \

Completed in 101 milliseconds