Searched refs:chromaQpIndexOffset (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_slice_data.c | 53 i32 chromaQpIndexOffset); 140 pStorage->slice->sliceId, pStorage->activePps->chromaQpIndexOffset); in h264bsdDecodeSliceData() 254 i32 chromaQpIndexOffset) in SetMbParams() argument 270 pMb->chromaQpIndexOffset = chromaQpIndexOffset; in SetMbParams()
|
D | h264bsd_pic_param_set.h | 63 i32 chromaQpIndexOffset; member
|
D | h264bsd_deblocking.c | 202 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 …]
|
D | h264bsd_macroblock_layer.h | 169 i32 chromaQpIndexOffset; member
|
D | h264bsd_pic_param_set.c | 309 pPicParamSet->chromaQpIndexOffset = itmp; in h264bsdDecodePicParamSet()
|
D | h264bsd_macroblock_layer.c | 1156 h264bsdQpC[CLIP3(0, 51, (i32)pMb->qpY + pMb->chromaQpIndexOffset)]; in ProcessChromaResidual() 1401 h264bsdQpC[CLIP3(0, 51, (i32)pMb->qpY + pMb->chromaQpIndexOffset)]; in ProcessResidual()
|
D | h264bsd_conceal.c | 304 pMb->chromaQpIndexOffset = 0; in ConcealMb()
|