Home
last modified time | relevance | path

Searched refs:codedBlockPattern (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_macroblock_layer.c90 mbStorage_t *pMb, mbType_e mbType, u32 codedBlockPattern);
213 pMbLayer->codedBlockPattern = value; in h264bsdDecodeMacroblockLayer()
217 pMbLayer->codedBlockPattern = CbpIntra16x16(pMbLayer->mbType); in h264bsdDecodeMacroblockLayer()
220 if ( pMbLayer->codedBlockPattern || in h264bsdDecodeMacroblockLayer()
229 pMbLayer->mbType, pMbLayer->codedBlockPattern); in h264bsdDecodeMacroblockLayer()
509 mbStorage_t *pMb, mbType_e mbType, u32 codedBlockPattern) in DecodeResidual() argument
561 blockCoded = codedBlockPattern & 0x1; in DecodeResidual()
562 codedBlockPattern >>= 1; in DecodeResidual()
617 blockCoded = codedBlockPattern & 0x3; in DecodeResidual()
657 blockCoded = codedBlockPattern & 0x2; in DecodeResidual()
[all …]
Dh264bsd_macroblock_layer.h154 u32 codedBlockPattern; member