Searched refs:c_rice_param (Results 1 – 1 of 1) sorted by relevance
1357 int c_rice_param = 0; in ff_hevc_hls_residual_coding() local1374 c_rice_param = lc->stat_coeff[sb_type] / 4; in ff_hevc_hls_residual_coding()1420 … int last_coeff_abs_level_remaining = coeff_abs_level_remaining_decode(s, c_rice_param); in ff_hevc_hls_residual_coding()1423 if (trans_coeff_level > (3 << c_rice_param)) in ff_hevc_hls_residual_coding()1424 …c_rice_param = s->ps.sps->persistent_rice_adaptation_enabled_flag ? c_rice_param + 1 : FFMIN(c_ric… in ff_hevc_hls_residual_coding()1436 … int last_coeff_abs_level_remaining = coeff_abs_level_remaining_decode(s, c_rice_param); in ff_hevc_hls_residual_coding()1439 if (trans_coeff_level > (3 << c_rice_param)) in ff_hevc_hls_residual_coding()1440 …c_rice_param = s->ps.sps->persistent_rice_adaptation_enabled_flag ? c_rice_param + 1 : FFMIN(c_ric… in ff_hevc_hls_residual_coding()