Searched refs:chromaQpIndexOffset (Results 1 - 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
H A D | h264bsd_pic_param_set.h | 63 i32 chromaQpIndexOffset; member in struct:__anon766
|
H A D | h264bsd_slice_data.c | 53 i32 chromaQpIndexOffset); 140 pStorage->slice->sliceId, pStorage->activePps->chromaQpIndexOffset); 243 chromaQpIndexOffset 254 i32 chromaQpIndexOffset) 270 pMb->chromaQpIndexOffset = chromaQpIndexOffset; 253 SetMbParams(mbStorage_t *pMb, sliceHeader_t *pSlice, u32 sliceId, i32 chromaQpIndexOffset) argument
|
H A D | h264bsd_macroblock_layer.h | 169 i32 chromaQpIndexOffset; member in struct:mbStorage
|
H A D | h264bsd_deblocking.c | 202 i32 chromaQpIndexOffset); 223 i32 chromaQpIndexOffset); 621 pMb->chromaQpIndexOffset); 1464 i32 chromaQpIndexOffset) 1478 qp = h264bsdQpC[CLIP3(0, 51, (i32)qp + chromaQpIndexOffset)]; 1492 qpTmp = h264bsdQpC[CLIP3(0, 51, (i32)qpTmp + chromaQpIndexOffset)]; 1514 qpTmp = h264bsdQpC[CLIP3(0, 51, (i32)qpTmp + chromaQpIndexOffset)]; 1829 bS, flags, pMb->chromaQpIndexOffset); 2311 i32 chromaQpIndexOffset) 2330 qp = h264bsdQpC[CLIP3(0, 51, (i32)qp + chromaQpIndexOffset)]; 1460 GetChromaEdgeThresholds( edgeThreshold_t *thresholds, mbStorage_t *mb, u32 filteringFlags, i32 chromaQpIndexOffset) argument 2304 GetChromaEdgeThresholds( mbStorage_t *mb, u8 (*alpha)[2], u8 (*beta)[2], u8 (*threshold)[8], u8 (*bs)[16], u32 filteringFlags, i32 chromaQpIndexOffset) argument [all...] |
H A D | h264bsd_pic_param_set.c | 309 pPicParamSet->chromaQpIndexOffset = itmp;
|
H A D | h264bsd_macroblock_layer.c | 1156 h264bsdQpC[CLIP3(0, 51, (i32)pMb->qpY + pMb->chromaQpIndexOffset)]; 1401 h264bsdQpC[CLIP3(0, 51, (i32)pMb->qpY + pMb->chromaQpIndexOffset)];
|
H A D | h264bsd_conceal.c | 304 pMb->chromaQpIndexOffset = 0;
|
Completed in 541 milliseconds