Home
last modified time | relevance | path

Searched refs:h264bsdQpC (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_util.c52 const u32 h264bsdQpC[52] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19, variable
Dh264bsd_util.h156 extern const u32 h264bsdQpC[52];
Dh264bsd_deblocking.c1478 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()
2330 qp = h264bsdQpC[CLIP3(0, 51, (i32)qp + chromaQpIndexOffset)]; in GetChromaEdgeThresholds()
2372 qpTmp = h264bsdQpC[CLIP3(0, 51, (i32)qpTmp + chromaQpIndexOffset)]; in GetChromaEdgeThresholds()
2397 qpTmp = h264bsdQpC[CLIP3(0, 51, (i32)qpTmp + chromaQpIndexOffset)]; in GetChromaEdgeThresholds()
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()