Searched refs:slice_qp (Results 1 – 5 of 5) sorted by relevance
308 int8_t slice_qp; member
1266 const int slice_qp = av_clip(sl->qscale - 6*(h->ps.sps->bit_depth_luma-8), 0, 51); in ff_h264_init_cabac_states() local1273 int pre = 2*(((tab[i][0] * slice_qp) >>4 ) + tab[i][1]) - 127; in ff_h264_init_cabac_states()
939 sh->slice_qp = 26U + s->ps.pps->pic_init_qp_minus26 + sh->slice_qp_delta; in hls_slice_header()940 if (sh->slice_qp > 51 || in hls_slice_header()941 sh->slice_qp < -s->ps.sps->qp_bd_offset) { in hls_slice_header()945 sh->slice_qp, in hls_slice_header()966 s->HEVClc->qp_y = s->sh.slice_qp; in hls_slice_header()
499 int pre = 2 * (((m * av_clip(s->sh.slice_qp, 0, 51)) >> 4) + n) - 127; in cabac_init_state()
98 qPy_pred = s->sh.slice_qp; in get_qPy_pred()