Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_macroblock_layer.h83 } mbType_e; typedef
153 mbType_e mbType;
163 mbType_e mbType;
194 u32 h264bsdNumMbPart(mbType_e mbType);
203 u32 h264bsdPredModeIntra16x16(mbType_e mbType);
205 mbPartPredMode_e h264bsdMbPartPredMode(mbType_e mbType);
Dh264bsd_macroblock_layer.c86 mbType_e mbType, u32 numRefIdxActive);
88 mbType_e mbType, u32 numRefIdxActive);
90 mbStorage_t *pMb, mbType_e mbType, u32 codedBlockPattern);
98 static u32 CbpIntra16x16(mbType_e mbType);
161 pMbLayer->mbType = (mbType_e)(value + 6); in h264bsdDecodeMacroblockLayer()
167 pMbLayer->mbType = (mbType_e)(value + 1); in h264bsdDecodeMacroblockLayer()
253 mbPartPredMode_e h264bsdMbPartPredMode(mbType_e mbType) in h264bsdMbPartPredMode()
281 u32 h264bsdNumMbPart(mbType_e mbType) in h264bsdNumMbPart()
353 u32 DecodeMbPred(strmData_t *pStrmData, mbPred_t *pMbPred, mbType_e mbType, in DecodeMbPred()
442 mbType_e mbType, u32 numRefIdxActive) in DecodeSubMbPred()
[all …]