Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c1363 int sb_type; in ff_hevc_hls_residual_coding() local
1371 sb_type = 2 * (c_idx == 0 ? 1 : 0); in ff_hevc_hls_residual_coding()
1373 sb_type = 2 * (c_idx == 0 ? 1 : 0) + 1; in ff_hevc_hls_residual_coding()
1374 c_rice_param = lc->stat_coeff[sb_type] / 4; in ff_hevc_hls_residual_coding()
1426 int c_rice_p_init = lc->stat_coeff[sb_type] / 4; in ff_hevc_hls_residual_coding()
1428 lc->stat_coeff[sb_type]++; in ff_hevc_hls_residual_coding()
1430 if (lc->stat_coeff[sb_type] > 0) in ff_hevc_hls_residual_coding()
1431 lc->stat_coeff[sb_type]--; in ff_hevc_hls_residual_coding()
1442 int c_rice_p_init = lc->stat_coeff[sb_type] / 4; in ff_hevc_hls_residual_coding()
1444 lc->stat_coeff[sb_type]++; in ff_hevc_hls_residual_coding()
[all …]