get_chroma_qp 2414 libavcodec/h264_cabac.c sl->chroma_qp[0] = get_chroma_qp(h->ps.pps, 0, sl->qscale); get_chroma_qp 2415 libavcodec/h264_cabac.c sl->chroma_qp[1] = get_chroma_qp(h->ps.pps, 1, sl->qscale); get_chroma_qp 1125 libavcodec/h264_cavlc.c sl->chroma_qp[0] = get_chroma_qp(h->ps.pps, 0, sl->qscale); get_chroma_qp 1126 libavcodec/h264_cavlc.c sl->chroma_qp[1] = get_chroma_qp(h->ps.pps, 1, sl->qscale); get_chroma_qp 262 libavcodec/h264_loopfilter.c int qpc = get_chroma_qp(h->ps.pps, 0, qp); get_chroma_qp 263 libavcodec/h264_loopfilter.c int qpc0 = get_chroma_qp(h->ps.pps, 0, qp0); get_chroma_qp 264 libavcodec/h264_loopfilter.c int qpc1 = get_chroma_qp(h->ps.pps, 0, qp1); get_chroma_qp 533 libavcodec/h264_loopfilter.c chroma_qp_avg[0] = (sl->chroma_qp[0] + get_chroma_qp(h->ps.pps, 0, h->cur_pic.qscale_table[mbn_xy]) + 1) >> 1; get_chroma_qp 534 libavcodec/h264_loopfilter.c chroma_qp_avg[1] = (sl->chroma_qp[1] + get_chroma_qp(h->ps.pps, 1, h->cur_pic.qscale_table[mbn_xy]) + 1) >> 1; get_chroma_qp 598 libavcodec/h264_loopfilter.c chroma_qp_avg[0] = (sl->chroma_qp[0] + get_chroma_qp(h->ps.pps, 0, h->cur_pic.qscale_table[mbm_xy]) + 1) >> 1; get_chroma_qp 599 libavcodec/h264_loopfilter.c chroma_qp_avg[1] = (sl->chroma_qp[1] + get_chroma_qp(h->ps.pps, 1, h->cur_pic.qscale_table[mbm_xy]) + 1) >> 1; get_chroma_qp 783 libavcodec/h264_loopfilter.c bqp[0] = (get_chroma_qp(h->ps.pps, 0, mb_qp) + get_chroma_qp 784 libavcodec/h264_loopfilter.c get_chroma_qp(h->ps.pps, 0, mbn0_qp) + 1) >> 1; get_chroma_qp 785 libavcodec/h264_loopfilter.c rqp[0] = (get_chroma_qp(h->ps.pps, 1, mb_qp) + get_chroma_qp 786 libavcodec/h264_loopfilter.c get_chroma_qp(h->ps.pps, 1, mbn0_qp) + 1) >> 1; get_chroma_qp 788 libavcodec/h264_loopfilter.c bqp[1] = (get_chroma_qp(h->ps.pps, 0, mb_qp) + get_chroma_qp 789 libavcodec/h264_loopfilter.c get_chroma_qp(h->ps.pps, 0, mbn1_qp) + 1 ) >> 1; get_chroma_qp 790 libavcodec/h264_loopfilter.c rqp[1] = (get_chroma_qp(h->ps.pps, 1, mb_qp) + get_chroma_qp 791 libavcodec/h264_loopfilter.c get_chroma_qp(h->ps.pps, 1, mbn1_qp) + 1 ) >> 1; get_chroma_qp 1895 libavcodec/h264_slice.c sl->chroma_qp[0] = get_chroma_qp(pps, 0, sl->qscale); get_chroma_qp 1896 libavcodec/h264_slice.c sl->chroma_qp[1] = get_chroma_qp(pps, 1, sl->qscale); get_chroma_qp 2496 libavcodec/h264_slice.c sl->chroma_qp[0] = get_chroma_qp(h->ps.pps, 0, h->cur_pic.qscale_table[mb_xy]); get_chroma_qp 2497 libavcodec/h264_slice.c sl->chroma_qp[1] = get_chroma_qp(h->ps.pps, 1, h->cur_pic.qscale_table[mb_xy]); get_chroma_qp 2511 libavcodec/h264_slice.c sl->chroma_qp[0] = get_chroma_qp(h->ps.pps, 0, sl->qscale); get_chroma_qp 2512 libavcodec/h264_slice.c sl->chroma_qp[1] = get_chroma_qp(h->ps.pps, 1, sl->qscale);