Searched refs:c_rice_param (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 Dhevc_cabac.c1381 int c_rice_param = 0; local
1398 c_rice_param = lc->stat_coeff[sb_type] / 4;
1444 int last_coeff_abs_level_remaining = coeff_abs_level_remaining_decode(s, c_rice_param);
1447 if (trans_coeff_level > (3 << c_rice_param))
1448 c_rice_param = s->sps->persistent_rice_adaptation_enabled_flag ? c_rice_param + 1 : FFMIN(c_rice_param + 1, 4);
1460 int last_coeff_abs_level_remaining = coeff_abs_level_remaining_decode(s, c_rice_param);
1463 if (trans_coeff_level > (3 << c_rice_param))
1464 c_rice_param
[all...]

Completed in 72 milliseconds