Searched defs:mbType (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A 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);
167 pMbLayer->mbType = (mbType_e)(value + 1);
170 if (pMbLayer->mbType == I_PCM)
192 partMode = h264bsdMbPartPredMode(pMbLayer->mbType);
194 (h264bsdNumMbPart(pMbLayer->mbType) == 4) )
197 pMbLayer->mbType, numRefIdxActiv
253 h264bsdMbPartPredMode(mbType_e mbType) argument
281 h264bsdNumMbPart(mbType_e mbType) argument
353 DecodeMbPred(strmData_t *pStrmData, mbPred_t *pMbPred, mbType_e mbType, u32 numRefIdxActive) argument
441 DecodeSubMbPred(strmData_t *pStrmData, subMbPred_t *pSubMbPred, mbType_e mbType, u32 numRefIdxActive) argument
508 DecodeResidual(strmData_t *pStrmData, residual_t *pResidual, mbStorage_t *pMb, mbType_e mbType, u32 codedBlockPattern) argument
699 DecodeResidual(strmData_t *pStrmData, residual_t *pResidual, mbStorage_t *pMb, mbType_e mbType, u32 codedBlockPattern) argument
880 CbpIntra16x16(mbType_e mbType) argument
918 h264bsdPredModeIntra16x16(mbType_e mbType) argument
972 mbType_e mbType; local
[all...]
H A Dh264bsd_macroblock_layer.h45 #define IS_INTRA_MB(a) ((a).mbType > 5)
48 #define IS_I_PCM_MB(a) ((a).mbType == 31)
153 mbType_e mbType; member in struct:__anon614
163 mbType_e mbType; member in struct:mbStorage
194 u32 h264bsdNumMbPart(mbType_e mbType);
203 u32 h264bsdPredModeIntra16x16(mbType_e mbType);
205 mbPartPredMode_e h264bsdMbPartPredMode(mbType_e mbType);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h595 OMXVCM4P2MacroblockType mbType; /* MB type: OMX_VC_INTRA, OMX_VC_INTER, or OMX_VC_INTER4 */ member in struct:__anon494
1079 * - mbType - macroblock type, either OMX_VC_INTRA, OMX_VC_INTER, or
1095 * - mbType - macroblock type: OMX_VC_INTRA, OMX_VC_INTER, or
2328 OMXVCM4P10MacroblockType mbType; /* MB type */ member in struct:__anon502
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h595 OMXVCM4P2MacroblockType mbType; /* MB type: OMX_VC_INTRA, OMX_VC_INTER, or OMX_VC_INTER4 */ member in struct:__anon538
1079 * - mbType - macroblock type, either OMX_VC_INTRA, OMX_VC_INTER, or
1095 * - mbType - macroblock type: OMX_VC_INTRA, OMX_VC_INTER, or
2328 OMXVCM4P10MacroblockType mbType; /* MB type */ member in struct:__anon546
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h595 OMXVCM4P2MacroblockType mbType; /* MB type: OMX_VC_INTRA, OMX_VC_INTER, or OMX_VC_INTER4 */ member in struct:__anon582
1079 * - mbType - macroblock type, either OMX_VC_INTRA, OMX_VC_INTER, or
1095 * - mbType - macroblock type: OMX_VC_INTRA, OMX_VC_INTER, or
2328 OMXVCM4P10MacroblockType mbType; /* MB type */ member in struct:__anon590

Completed in 679 milliseconds