Home | History | Annotate | Download | only in source

Lines Matching refs:codedBlockPattern

90     mbStorage_t *pMb, mbType_e mbType, u32 codedBlockPattern);
213 pMbLayer->codedBlockPattern = value;
217 pMbLayer->codedBlockPattern = CbpIntra16x16(pMbLayer->mbType);
220 if ( pMbLayer->codedBlockPattern ||
229 pMbLayer->mbType, pMbLayer->codedBlockPattern);
509 mbStorage_t *pMb, mbType_e mbType, u32 codedBlockPattern)
561 blockCoded = codedBlockPattern & 0x1;
562 codedBlockPattern >>= 1;
617 blockCoded = codedBlockPattern & 0x3;
657 blockCoded = codedBlockPattern & 0x2;
700 mbStorage_t *pMb, mbType_e mbType, u32 codedBlockPattern)
735 blockCoded = codedBlockPattern & 0x1;
736 codedBlockPattern >>= 1;
764 blockCoded = codedBlockPattern & 0x3;
778 blockCoded = codedBlockPattern & 0x2;