Searched refs:trans_coeff_level (Results 1 – 1 of 1) sorted by relevance
1231 int64_t trans_coeff_level; in ff_hevc_hls_residual_coding() local1418 trans_coeff_level = 1 + coeff_abs_level_greater1_flag[m]; in ff_hevc_hls_residual_coding()1419 if (trans_coeff_level == ((m == first_greater1_coeff_idx) ? 3 : 2)) { in ff_hevc_hls_residual_coding()1422 trans_coeff_level += last_coeff_abs_level_remaining; in ff_hevc_hls_residual_coding()1423 if (trans_coeff_level > (3 << c_rice_param)) in ff_hevc_hls_residual_coding()1438 trans_coeff_level = 1 + last_coeff_abs_level_remaining; in ff_hevc_hls_residual_coding()1439 if (trans_coeff_level > (3 << c_rice_param)) in ff_hevc_hls_residual_coding()1452 sum_abs += trans_coeff_level; in ff_hevc_hls_residual_coding()1454 trans_coeff_level = -trans_coeff_level; in ff_hevc_hls_residual_coding()1457 trans_coeff_level = -trans_coeff_level; in ff_hevc_hls_residual_coding()[all …]