Home | History | Annotate | Download | only in src

Lines Matching refs:chroma_qp_index_offset

485     se_v(stream, &(picParam->chroma_qp_index_offset));
486 if (picParam->chroma_qp_index_offset < -12 || picParam->chroma_qp_index_offset > 12)
717 video->QPc = mapQPi2QPc[AVC_CLIP3(0, 51, video->QPy + video->currPicParams->chroma_qp_index_offset)];