Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_loopfilter.c263 int qpc = get_chroma_qp(h->ps.pps, 0, qp); in h264_filter_mb_fast_internal()
264 int qpc0 = get_chroma_qp(h->ps.pps, 0, qp0); in h264_filter_mb_fast_internal()
265 int qpc1 = get_chroma_qp(h->ps.pps, 0, qp1); in h264_filter_mb_fast_internal()
534 …chroma_qp_avg[0] = (sl->chroma_qp[0] + get_chroma_qp(h->ps.pps, 0, h->cur_pic.qscale_table[mbn_xy]… in filter_mb_dir()
535 …chroma_qp_avg[1] = (sl->chroma_qp[1] + get_chroma_qp(h->ps.pps, 1, h->cur_pic.qscale_table[mbn_xy]… in filter_mb_dir()
599 …chroma_qp_avg[0] = (sl->chroma_qp[0] + get_chroma_qp(h->ps.pps, 0, h->cur_pic.qscale_table[mbm_xy]… in filter_mb_dir()
600 …chroma_qp_avg[1] = (sl->chroma_qp[1] + get_chroma_qp(h->ps.pps, 1, h->cur_pic.qscale_table[mbm_xy]… in filter_mb_dir()
784 bqp[0] = (get_chroma_qp(h->ps.pps, 0, mb_qp) + in ff_h264_filter_mb()
785 get_chroma_qp(h->ps.pps, 0, mbn0_qp) + 1) >> 1; in ff_h264_filter_mb()
786 rqp[0] = (get_chroma_qp(h->ps.pps, 1, mb_qp) + in ff_h264_filter_mb()
[all …]
Dh264_slice.c1910 sl->chroma_qp[0] = get_chroma_qp(pps, 0, sl->qscale); in h264_slice_header_parse()
1911 sl->chroma_qp[1] = get_chroma_qp(pps, 1, sl->qscale); in h264_slice_header_parse()
2511 sl->chroma_qp[0] = get_chroma_qp(h->ps.pps, 0, h->cur_pic.qscale_table[mb_xy]); in loop_filter()
2512 sl->chroma_qp[1] = get_chroma_qp(h->ps.pps, 1, h->cur_pic.qscale_table[mb_xy]); in loop_filter()
2526 sl->chroma_qp[0] = get_chroma_qp(h->ps.pps, 0, sl->qscale); in loop_filter()
2527 sl->chroma_qp[1] = get_chroma_qp(h->ps.pps, 1, sl->qscale); in loop_filter()
Dh264_cavlc.c1120 sl->chroma_qp[0] = get_chroma_qp(h->ps.pps, 0, sl->qscale); in ff_h264_decode_mb_cavlc()
1121 sl->chroma_qp[1] = get_chroma_qp(h->ps.pps, 1, sl->qscale); in ff_h264_decode_mb_cavlc()
Dh264dec.h688 static av_always_inline int get_chroma_qp(const PPS *pps, int t, int qscale) in get_chroma_qp() function
Dh264_cabac.c2414 sl->chroma_qp[0] = get_chroma_qp(h->ps.pps, 0, sl->qscale); in ff_h264_decode_mb_cabac()
2415 sl->chroma_qp[1] = get_chroma_qp(h->ps.pps, 1, sl->qscale); in ff_h264_decode_mb_cabac()