/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_image.h | 54 } image_t; typedef 60 void h264bsdWriteMacroblock(image_t *image, u8 *data); 63 void h264bsdWriteOutputBlocks(image_t *image, u32 mbNum, u8 *data,
|
D | h264bsd_intra_prediction.h | 52 image_t *image, u32 mbNum, u32 constrainedIntraPred, u8 *data); 63 void h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum); 75 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, image_t *image,
|
D | h264bsd_deblocking.h | 52 image_t *image,
|
D | h264bsd_conceal.h | 51 u32 h264bsdConceal(storage_t *pStorage, image_t *currImage, u32 sliceType);
|
D | h264bsd_inter_prediction.h | 53 dpbStorage_t *dpb, u32 mbNum, image_t *image, u8 *data);
|
D | h264bsd_slice_data.h | 54 image_t *currImage, sliceHeader_t *pSliceHeader);
|
D | h264bsd_reconstruct.h | 54 image_t *refPic, 65 image_t *refPic,
|
D | h264bsd_conceal.c | 55 static u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col, 123 u32 h264bsdConceal(storage_t *pStorage, image_t *currImage, u32 sliceType) in h264bsdConceal() 253 u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col, in ConcealMb() 311 image_t refImage; in ConcealMb()
|
D | h264bsd_image.c | 80 void h264bsdWriteMacroblock(image_t *image, u8 *data) in h264bsdWriteMacroblock() 171 void h264bsdWriteOutputBlocks(image_t *image, u32 mbNum, u8 *data, in h264bsdWriteOutputBlocks()
|
D | h264bsd_storage.h | 123 image_t currImage[1];
|
D | h264bsd_dpb.h | 132 image_t *image,
|
D | h264bsd_util.c | 264 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum) in h264bsdSetCurrImageMbPointers()
|
D | h264bsd_util.h | 176 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum);
|
D | h264bsd_macroblock_layer.c | 101 macroblockLayer_t *mbLayer, const u8 **pSrc, image_t *image); 104 u32 intraChromaPredMode, const u8 **pSrc, image_t *image); 965 image_t *currImage, dpbStorage_t *dpb, i32 *qpY, u32 mbNum, in h264bsdDecodeMacroblock() 1218 image_t *image) in ProcessIntra16x16Residual() 1286 image_t *image) in ProcessIntra4x4Residual()
|
D | h264bsd_macroblock_layer.h | 200 image_t *currImage, dpbStorage_t *dpb, i32 *qpY, u32 mbNum,
|
D | h264bsd_inter_prediction.c | 198 dpbStorage_t *dpb, u32 mbNum, image_t *currImage, u8 *data) in h264bsdInterPrediction() 207 image_t refImage; in h264bsdInterPrediction() 361 dpbStorage_t *dpb, u32 mbNum, image_t *currImage, u8 *data) in h264bsdInterPrediction() 370 image_t refImage; in h264bsdInterPrediction()
|
D | h264bsd_slice_data.c | 86 image_t *currImage, sliceHeader_t *pSliceHeader) in h264bsdDecodeSliceData()
|
D | h264bsd_intra_prediction.c | 372 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, image_t *image, in h264bsdIntraChromaPrediction() 474 image_t *image, u32 mbNum, u32 constrainedIntraPred, u8 *data) in h264bsdIntraPrediction() 540 void h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum) in h264bsdGetNeighbourPels()
|
D | h264bsd_reconstruct.c | 423 image_t *refPic) in PredictChroma() 1822 image_t *refPic, in h264bsdPredictSamples() 1973 image_t *refPic, in h264bsdPredictSamples()
|
D | h264bsd_dpb.c | 631 image_t *image, in h264bsdMarkDecRefPic()
|
D | h264bsd_deblocking.c | 575 image_t *image, in h264bsdFilterPicture() 1767 image_t *image, in h264bsdFilterPicture()
|