Home
last modified time | relevance | path

Searched refs:qp_y (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c47 static int chroma_tc(HEVCContext *s, int qp_y, int c_idx, int tc_offset) in chroma_tc() argument
60 qp_i = av_clip(qp_y + offset, 0, 57); in chroma_tc()
121 int qp_y = get_qPy_pred(s, xBase, yBase, log2_cb_size); in ff_hevc_set_qPy() local
125 s->HEVClc->qp_y = FFUMOD(qp_y + s->HEVClc->tu.cu_qp_delta + 52 + 2 * off, in ff_hevc_set_qPy()
128 s->HEVClc->qp_y = qp_y; in ff_hevc_set_qPy()
H A Dhevc_cabac.c1091 int qp_y = lc->qp_y; in ff_hevc_hls_residual_coding() local
1099 qp = qp_y + s->ps.sps->qp_bd_offset; in ff_hevc_hls_residual_coding()
1110 qp_i = av_clip(qp_y + offset, - s->ps.sps->qp_bd_offset, 57); in ff_hevc_hls_residual_coding()
H A Dhevcdec.h434 int8_t qp_y; member
H A Dhevcdec.c986 s->HEVClc->qp_y = s->sh.slice_qp; in hls_slice_header()
2328 memset(&s->qp_y_tab[x], lc->qp_y, length); in hls_coding_unit()
2334 lc->qPy_pred = lc->qp_y; in hls_coding_unit()
2400 lc->qPy_pred = lc->qp_y; in hls_coding_quadtree()
2709 s->sList[i]->HEVClc->qp_y = s->sList[0]->HEVClc->qp_y; in hls_slice_data_wpp()

Completed in 11 milliseconds