Home
last modified time | relevance | path

Searched refs:chromaQpIndexOffset (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_data.c53 i32 chromaQpIndexOffset);
140 pStorage->slice->sliceId, pStorage->activePps->chromaQpIndexOffset); in h264bsdDecodeSliceData()
254 i32 chromaQpIndexOffset) in SetMbParams() argument
270 pMb->chromaQpIndexOffset = chromaQpIndexOffset; in SetMbParams()
Dh264bsd_pic_param_set.h63 i32 chromaQpIndexOffset; member
Dh264bsd_deblocking.c202 i32 chromaQpIndexOffset);
223 i32 chromaQpIndexOffset);
621 pMb->chromaQpIndexOffset); in h264bsdFilterPicture()
1464 i32 chromaQpIndexOffset) in GetChromaEdgeThresholds() argument
1478 qp = h264bsdQpC[CLIP3(0, 51, (i32)qp + chromaQpIndexOffset)]; in GetChromaEdgeThresholds()
1492 qpTmp = h264bsdQpC[CLIP3(0, 51, (i32)qpTmp + chromaQpIndexOffset)]; in GetChromaEdgeThresholds()
1514 qpTmp = h264bsdQpC[CLIP3(0, 51, (i32)qpTmp + chromaQpIndexOffset)]; in GetChromaEdgeThresholds()
1829 bS, flags, pMb->chromaQpIndexOffset); in h264bsdFilterPicture()
2311 i32 chromaQpIndexOffset) in GetChromaEdgeThresholds() argument
2330 qp = h264bsdQpC[CLIP3(0, 51, (i32)qp + chromaQpIndexOffset)]; in GetChromaEdgeThresholds()
[all …]
Dh264bsd_macroblock_layer.h169 i32 chromaQpIndexOffset; member
Dh264bsd_pic_param_set.c309 pPicParamSet->chromaQpIndexOffset = itmp; in h264bsdDecodePicParamSet()
Dh264bsd_macroblock_layer.c1156 h264bsdQpC[CLIP3(0, 51, (i32)pMb->qpY + pMb->chromaQpIndexOffset)]; in ProcessChromaResidual()
1401 h264bsdQpC[CLIP3(0, 51, (i32)pMb->qpY + pMb->chromaQpIndexOffset)]; in ProcessResidual()
Dh264bsd_conceal.c304 pMb->chromaQpIndexOffset = 0; in ConcealMb()