Searched refs:codedBlockPattern (Results 1 – 2 of 2) sorted by relevance
90 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() argument561 blockCoded = codedBlockPattern & 0x1; in DecodeResidual()562 codedBlockPattern >>= 1; in DecodeResidual()617 blockCoded = codedBlockPattern & 0x3; in DecodeResidual()657 blockCoded = codedBlockPattern & 0x2; in DecodeResidual()[all …]
154 u32 codedBlockPattern; member