Home
last modified time | relevance | path

Searched refs:first_greater1_coeff_idx (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c1358 int first_greater1_coeff_idx = -1; in ff_hevc_hls_residual_coding() local
1388 if (first_greater1_coeff_idx == -1) in ff_hevc_hls_residual_coding()
1389 first_greater1_coeff_idx = m; in ff_hevc_hls_residual_coding()
1405 if (first_greater1_coeff_idx != -1) { in ff_hevc_hls_residual_coding()
1406 …coeff_abs_level_greater1_flag[first_greater1_coeff_idx] += coeff_abs_level_greater2_flag_decode(s,… in ff_hevc_hls_residual_coding()
1419 if (trans_coeff_level == ((m == first_greater1_coeff_idx) ? 3 : 2)) { in ff_hevc_hls_residual_coding()