Home
last modified time | relevance | path

Searched refs:mbType (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
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()
170 if (pMbLayer->mbType == I_PCM) in h264bsdDecodeMacroblockLayer()
192 partMode = h264bsdMbPartPredMode(pMbLayer->mbType); in h264bsdDecodeMacroblockLayer()
194 (h264bsdNumMbPart(pMbLayer->mbType) == 4) ) in h264bsdDecodeMacroblockLayer()
197 pMbLayer->mbType, numRefIdxActive); in h264bsdDecodeMacroblockLayer()
[all …]
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
163 mbType_e mbType; member
194 u32 h264bsdNumMbPart(mbType_e mbType);
203 u32 h264bsdPredModeIntra16x16(mbType_e mbType);
205 mbPartPredMode_e h264bsdMbPartPredMode(mbType_e mbType);
Dh264bsd_intra_prediction.c219 ASSERT(h264bsdPredModeIntra16x16(pMb->mbType) < 4); in h264bsdIntra16x16Prediction()
223 (h264bsdMbPartPredMode(pMb->mbA->mbType) == PRED_MODE_INTER)) in h264bsdIntra16x16Prediction()
227 (h264bsdMbPartPredMode(pMb->mbB->mbType) == PRED_MODE_INTER)) in h264bsdIntra16x16Prediction()
231 (h264bsdMbPartPredMode(pMb->mbD->mbType) == PRED_MODE_INTER)) in h264bsdIntra16x16Prediction()
241 h264bsdPredModeIntra16x16(pMb->mbType), in h264bsdIntra16x16Prediction()
287 ( h264bsdMbPartPredMode(nMb->mbType) == PRED_MODE_INTER) ) in h264bsdIntra4x4Prediction()
296 ( h264bsdMbPartPredMode(nMb2->mbType) == PRED_MODE_INTER) ) in h264bsdIntra4x4Prediction()
310 ( h264bsdMbPartPredMode(nMb->mbType) == PRED_MODE_INTER) ) in h264bsdIntra4x4Prediction()
319 ( h264bsdMbPartPredMode(nMb->mbType) == PRED_MODE_INTER) ) in h264bsdIntra4x4Prediction()
391 (h264bsdMbPartPredMode(pMb->mbA->mbType) == PRED_MODE_INTER)) in h264bsdIntraChromaPrediction()
[all …]
Dh264bsd_inter_prediction.c214 ASSERT(h264bsdMbPartPredMode(pMb->mbType) == PRED_MODE_INTER); in h264bsdInterPrediction()
229 switch (pMb->mbType) in h264bsdInterPrediction()
375 ASSERT(h264bsdMbPartPredMode(pMb->mbType) == PRED_MODE_INTER); in h264bsdInterPrediction()
386 switch (pMb->mbType) in h264bsdInterPrediction()
470 if (pMb->mbType != P_Skip) in h264bsdInterPrediction()
515 if (pMb->mbType == P_Skip && in MvPrediction16x16()
975 tmp = nMb->mbType; in GetInterNeighbour()
Dh264bsd_slice_data.c161 mbLayer->mbType = P_Skip; in h264bsdDecodeSliceData()
Dh264bsd_deblocking.c1213 if (h264bsdNumMbPart(mb->mbType) == 1) in GetBoundaryStrengths()
1245 else if (mb->mbType == P_L0_L0_16x8) in GetBoundaryStrengths()
1277 else if (mb->mbType == P_L0_L0_8x16) in GetBoundaryStrengths()
1964 if (h264bsdNumMbPart(mb->mbType) == 1) in GetBoundaryStrengths()
2024 else if (mb->mbType == P_L0_L0_16x8) in GetBoundaryStrengths()
2074 else if (mb->mbType == P_L0_L0_8x16) in GetBoundaryStrengths()
Dh264bsd_conceal.c301 pMb->mbType = I_4x4; in ConcealMb()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
DomxVCM4P2_MotionEstimationMB.c331 pSrcDstMBCurr->mbType = OMX_VC_INTER; in omxVCM4P2_MotionEstimationMB()
345 if((pMBInfo[0] != NULL) && (pMBInfo[0]->mbType != OMX_VC_INTRA)) in omxVCM4P2_MotionEstimationMB()
353 if((pMBInfo[1] != NULL) && (pMBInfo[1]->mbType != OMX_VC_INTRA)) in omxVCM4P2_MotionEstimationMB()
361 if((pMBInfo[3] != NULL) && (pMBInfo[3]->mbType != OMX_VC_INTRA)) in omxVCM4P2_MotionEstimationMB()
511 pSrcDstMBCurr->mbType = OMX_VC_INTER4V; in omxVCM4P2_MotionEstimationMB()
536 pSrcDstMBCurr->mbType = OMX_VC_INTRA; in omxVCM4P2_MotionEstimationMB()
546 if(pSrcDstMBCurr->mbType == OMX_VC_INTER) in omxVCM4P2_MotionEstimationMB()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_MotionEstimationMB.c120 switch (pSrcMBInfo->mbType) in armVCM4P10_CalculateBlockSAD()
322 if ((pSrcMBInfo->mbType == OMX_VC_P_16x16) || in armVCM4P10_CalculateBlockSAD()
323 (pSrcMBInfo->mbType == OMX_VC_P_8x16) || in armVCM4P10_CalculateBlockSAD()
324 (pSrcMBInfo->mbType == OMX_VC_P_16x8) || in armVCM4P10_CalculateBlockSAD()
325 (pSrcMBInfo->mbType == OMX_VC_P_8x8)) in armVCM4P10_CalculateBlockSAD()
1505 pSrcDstMBCurr->mbType = OMX_VC_P_8x8; in armVCM4P10_InterMEMB()
1650 pSrcDstMBCurr->mbType = ModeMBType [mode]; in armVCM4P10_InterMEMB()
1856 pSrcDstMBCurr->mbType = OMX_VC_INTRA_4x4; in omxVCM4P10_MotionEstimationMB()
1881 pSrcDstMBCurr->mbType = OMX_VC_INTRA_16x16; in omxVCM4P10_MotionEstimationMB()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
DomxVC.h595 OMXVCM4P2MacroblockType mbType; /* MB type: OMX_VC_INTRA, OMX_VC_INTER, or OMX_VC_INTER4 */ member
2328 OMXVCM4P10MacroblockType mbType; /* MB type */ member
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
DomxVC.h595 OMXVCM4P2MacroblockType mbType; /* MB type: OMX_VC_INTRA, OMX_VC_INTER, or OMX_VC_INTER4 */ member
2328 OMXVCM4P10MacroblockType mbType; /* MB type */ member
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
DomxVC.h595 OMXVCM4P2MacroblockType mbType; /* MB type: OMX_VC_INTRA, OMX_VC_INTER, or OMX_VC_INTER4 */ member
2328 OMXVCM4P10MacroblockType mbType; /* MB type */ member