Home
last modified time | relevance | path

Searched refs:mbLayer (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_data.c100 macroblockLayer_t *mbLayer; in h264bsdDecodeSliceData() local
112 mbLayer = pStorage->mbLayer; in h264bsdDecodeSliceData()
159 H264SwDecMemset(&mbLayer->mbPred, 0, sizeof(mbPred_t)); in h264bsdDecodeSliceData()
161 mbLayer->mbType = P_Skip; in h264bsdDecodeSliceData()
174 tmp = h264bsdDecodeMacroblockLayer(pStrmData, mbLayer, in h264bsdDecodeSliceData()
184 tmp = h264bsdDecodeMacroblock(pStorage->mb + currMbAddr, mbLayer, in h264bsdDecodeSliceData()
Dh264bsd_intra_prediction.h51 u32 h264bsdIntraPrediction(mbStorage_t *pMb, macroblockLayer_t *mbLayer,
55 macroblockLayer_t *mbLayer,
68 macroblockLayer_t *mbLayer,
Dh264bsd_intra_prediction.c262 macroblockLayer_t *mbLayer, in h264bsdIntra4x4Prediction() argument
279 ASSERT(mbLayer); in h264bsdIntra4x4Prediction()
301 mode = DetermineIntra4x4PredMode(mbLayer, in h264bsdIntra4x4Prediction()
473 u32 h264bsdIntraPrediction(mbStorage_t *pMb, macroblockLayer_t *mbLayer, in h264bsdIntraPrediction() argument
500 tmp = h264bsdIntra16x16Prediction(pMb, data, mbLayer->residual.level, in h264bsdIntraPrediction()
507 tmp = h264bsdIntra4x4Prediction(pMb, data, mbLayer, in h264bsdIntraPrediction()
514 mbLayer->residual.level+16, pelAbove + 21, pelLeft + 16, in h264bsdIntraPrediction()
515 mbLayer->mbPred.intraChromaPredMode, constrainedIntraPred); in h264bsdIntraPrediction()
697 macroblockLayer_t *mbLayer, u8 *above, in h264bsdIntra4x4Prediction() argument
714 ASSERT(mbLayer); in h264bsdIntra4x4Prediction()
[all …]
Dh264bsd_storage.h143 macroblockLayer_t *mbLayer; member
Dh264bsd_decoder.c104 pStorage->mbLayer = (macroblockLayer_t*)H264SwDecMalloc(size); in h264bsdInit()
105 if (!pStorage->mbLayer) in h264bsdInit()
566 FREE(pStorage->mbLayer); in h264bsdShutdown()
Dh264bsd_macroblock_layer.c101 macroblockLayer_t *mbLayer, const u8 **pSrc, image_t *image);
1284 macroblockLayer_t *mbLayer, in ProcessIntra4x4Residual() argument
1298 if (h264bsdIntra4x4Prediction(pMb, p, mbLayer, image->luma, in ProcessIntra4x4Residual()
1320 mbLayer->mbPred.intraChromaPredMode, in ProcessIntra4x4Residual()