/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_deblocking.h | 53 mbStorage_t *mb);
|
h264bsd_neighbour.h | 65 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);
|
h264bsd_intra_prediction.h | 51 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,
|
h264bsd_inter_prediction.h | 52 u32 h264bsdInterPrediction(mbStorage_t *pMb, macroblockLayer_t *pMbLayer,
|
h264bsd_neighbour.c | 127 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)
|
h264bsd_macroblock_layer.h | 184 } mbStorage_t; 191 macroblockLayer_t *pMbLayer, mbStorage_t *pMb, u32 sliceType, 199 u32 h264bsdDecodeMacroblock(mbStorage_t *pMb, macroblockLayer_t *pMbLayer,
|
h264bsd_macroblock_layer.c | 90 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 *pMb, mbType_e mbType, u32 codedBlockPattern [all...] |
h264bsd_inter_prediction.c | 67 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 *pMb, mbPred_t *mbPred, dpbStorage_t *dpb [all...] |
h264bsd_deblocking.c | 152 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 *mb) [all...] |
h264bsd_slice_data.c | 52 static void SetMbParams(mbStorage_t *pMb, sliceHeader_t *pSlice, u32 sliceId, 253 void SetMbParams(mbStorage_t *pMb, sliceHeader_t *pSlice, u32 sliceId,
|
h264bsd_storage.h | 108 mbStorage_t *mb;
|
h264bsd_intra_prediction.c | 191 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 *nMb, *nMb2 [all...] |
h264bsd_conceal.c | 55 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,
|
h264bsd_storage.c | 364 ALLOCATE(pStorage->mb, pStorage->picSizeInMbs, mbStorage_t); 370 pStorage->picSizeInMbs * sizeof(mbStorage_t));
|