Lines Matching refs:chroma_qp_index_offset
838 pps->chroma_qp_index_offset[0] = get_se_golomb(gb);
839 if (pps->chroma_qp_index_offset[0] < -12 || pps->chroma_qp_index_offset[0] > 12) {
862 pps->chroma_qp_index_offset[1] = get_se_golomb(gb);
863 if (pps->chroma_qp_index_offset[1] < -12 || pps->chroma_qp_index_offset[1] > 12) {
868 pps->chroma_qp_index_offset[1] = pps->chroma_qp_index_offset[0];
871 build_qp_table(pps, 0, pps->chroma_qp_index_offset[0],
873 build_qp_table(pps, 1, pps->chroma_qp_index_offset[1],
878 if (pps->chroma_qp_index_offset[0] != pps->chroma_qp_index_offset[1])
889 pps->init_qp, pps->init_qs, pps->chroma_qp_index_offset[0], pps->chroma_qp_index_offset[1],