Searched refs:mbStorage_t (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.h53 mbStorage_t *mb);
H A Dh264bsd_neighbour.h65 void h264bsdInitMbNeighbours(mbStorage_t *pMbStorage, u32 picWidth,
68 mbStorage_t* h264bsdGetNeighbourMb(mbStorage_t *pMb, neighbourMb_e neighbour);
70 u32 h264bsdIsNeighbourAvailable(mbStorage_t *pMb, mbStorage_t *pNeighbour);
H A Dh264bsd_intra_prediction.h51 u32 h264bsdIntraPrediction(mbStorage_t *pMb, macroblockLayer_t *mbLayer,
54 u32 h264bsdIntra4x4Prediction(mbStorage_t *pMb, u8 *data,
57 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, i32 residual[][16],
60 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, i32 residual[][16],
67 u32 h264bsdIntra4x4Prediction(mbStorage_t *pMb, u8 *data,
72 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, u8 *pImage,
75 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, image_t *image,
H A Dh264bsd_inter_prediction.h52 u32 h264bsdInterPrediction(mbStorage_t *pMb, macroblockLayer_t *pMbLayer,
H A Dh264bsd_neighbour.c127 void h264bsdInitMbNeighbours(mbStorage_t *pMbStorage, u32 picWidth,
198 mbStorage_t* h264bsdGetNeighbourMb(mbStorage_t *pMb, neighbourMb_e neighbour)
369 u32 h264bsdIsNeighbourAvailable(mbStorage_t *pMb, mbStorage_t *pNeighbour)
H A Dh264bsd_macroblock_layer.h184 } mbStorage_t; typedef in typeref:struct:mbStorage
191 macroblockLayer_t *pMbLayer, mbStorage_t *pMb, u32 sliceType,
199 u32 h264bsdDecodeMacroblock(mbStorage_t *pMb, macroblockLayer_t *pMbLayer,
H A Dh264bsd_macroblock_layer.c90 mbStorage_t *pMb, mbType_e mbType, u32 codedBlockPattern);
93 static u32 DetermineNc(mbStorage_t *pMb, u32 blockIndex, u8 *pTotalCoeff);
95 static u32 DetermineNc(mbStorage_t *pMb, u32 blockIndex, i16 *pTotalCoeff);
100 static u32 ProcessIntra4x4Residual(mbStorage_t *pMb, u8 *data, u32 constrainedIntraPred,
102 static u32 ProcessChromaResidual(mbStorage_t *pMb, u8 *data, const u8 **pSrc );
103 static u32 ProcessIntra16x16Residual(mbStorage_t *pMb, u8 *data, u32 constrainedIntraPred,
108 static u32 ProcessResidual(mbStorage_t *pMb, i32 residualLevel[][16], u32 *);
134 macroblockLayer_t *pMbLayer, mbStorage_t *pMb, u32 sliceType,
509 mbStorage_t *pMb, mbType_e mbType, u32 codedBlockPattern)
700 mbStorage_t *pM
[all...]
H A Dh264bsd_inter_prediction.c67 static u32 MvPrediction16x16(mbStorage_t *pMb, mbPred_t *mbPred,
69 static u32 MvPrediction16x8(mbStorage_t *pMb, mbPred_t *mbPred,
71 static u32 MvPrediction8x16(mbStorage_t *pMb, mbPred_t *mbPred,
73 static u32 MvPrediction8x8(mbStorage_t *pMb, subMbPred_t *subMbPred,
75 static u32 MvPrediction(mbStorage_t *pMb, subMbPred_t *subMbPred,
79 static void GetInterNeighbour(u32 sliceId, mbStorage_t *nMb,
197 u32 h264bsdInterPrediction(mbStorage_t *pMb, macroblockLayer_t *pMbLayer,
360 u32 h264bsdInterPrediction(mbStorage_t *pMb, macroblockLayer_t *pMbLayer,
493 u32 MvPrediction16x16(mbStorage_t *pMb, mbPred_t *mbPred, dpbStorage_t *dpb)
577 u32 MvPrediction16x8(mbStorage_t *pM
[all...]
H A Dh264bsd_deblocking.c152 static u32 InnerBoundaryStrength(mbStorage_t *mb1, u32 i1, u32 i2);
155 static u32 EdgeBoundaryStrength(mbStorage_t *mb1, mbStorage_t *mb2,
158 static u32 InnerBoundaryStrength2(mbStorage_t *mb1, u32 i1, u32 i2);
159 static u32 EdgeBoundaryStrengthLeft(mbStorage_t *mb1, mbStorage_t *mb2);
160 static u32 EdgeBoundaryStrengthTop(mbStorage_t *mb1, mbStorage_t *mb2);
163 static u32 IsSliceBoundaryOnLeft(mbStorage_t *mb);
165 static u32 IsSliceBoundaryOnTop(mbStorage_t *m
[all...]
H A Dh264bsd_slice_data.c52 static void SetMbParams(mbStorage_t *pMb, sliceHeader_t *pSlice, u32 sliceId,
253 void SetMbParams(mbStorage_t *pMb, sliceHeader_t *pSlice, u32 sliceId,
H A Dh264bsd_storage.h108 mbStorage_t *mb;
H A Dh264bsd_intra_prediction.c191 mbStorage_t *nMbA, mbStorage_t *nMbB);
206 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, u8 *ptr,
261 u32 h264bsdIntra4x4Prediction(mbStorage_t *pMb, u8 *data,
270 mbStorage_t *nMb, *nMb2;
372 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, image_t *image,
473 u32 h264bsdIntraPrediction(mbStorage_t *pMb, macroblockLayer_t *mbLayer,
622 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, i32 residual[][16],
696 u32 h264bsdIntra4x4Prediction(mbStorage_t *pMb, u8 *data,
706 mbStorage_t *nM
[all...]
H A Dh264bsd_conceal.c55 static u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col,
132 mbStorage_t *mb;
253 u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col,
H A Dh264bsd_storage.c346 ALLOCATE(pStorage->mb, pStorage->picSizeInMbs, mbStorage_t);
352 pStorage->picSizeInMbs * sizeof(mbStorage_t));

Completed in 69 milliseconds