Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c458 memcpy(s->stat_coeff, s->HEVClc->stat_coeff, HEVC_STAT_COEFFS); in ff_hevc_save_states()
468 memcpy(s->HEVClc->stat_coeff, prev->stat_coeff, HEVC_STAT_COEFFS); in load_states()
508 s->HEVClc->stat_coeff[i] = 0; in cabac_init_state()
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 …]
Dhevcdec.h428 uint8_t stat_coeff[HEVC_STAT_COEFFS]; member
484 uint8_t stat_coeff[HEVC_STAT_COEFFS]; member