Home
last modified time | relevance | path

Searched refs:image_t (Results 1 – 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_image.h54 } image_t; typedef
60 void h264bsdWriteMacroblock(image_t *image, u8 *data);
63 void h264bsdWriteOutputBlocks(image_t *image, u32 mbNum, u8 *data,
Dh264bsd_intra_prediction.h52 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,
Dh264bsd_deblocking.h52 image_t *image,
Dh264bsd_conceal.h51 u32 h264bsdConceal(storage_t *pStorage, image_t *currImage, u32 sliceType);
Dh264bsd_inter_prediction.h53 dpbStorage_t *dpb, u32 mbNum, image_t *image, u8 *data);
Dh264bsd_slice_data.h54 image_t *currImage, sliceHeader_t *pSliceHeader);
Dh264bsd_reconstruct.h54 image_t *refPic,
65 image_t *refPic,
Dh264bsd_conceal.c55 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()
Dh264bsd_image.c80 void h264bsdWriteMacroblock(image_t *image, u8 *data) in h264bsdWriteMacroblock()
171 void h264bsdWriteOutputBlocks(image_t *image, u32 mbNum, u8 *data, in h264bsdWriteOutputBlocks()
Dh264bsd_storage.h123 image_t currImage[1];
Dh264bsd_dpb.h132 image_t *image,
Dh264bsd_util.c264 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum) in h264bsdSetCurrImageMbPointers()
Dh264bsd_util.h176 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum);
Dh264bsd_macroblock_layer.c101 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()
Dh264bsd_macroblock_layer.h200 image_t *currImage, dpbStorage_t *dpb, i32 *qpY, u32 mbNum,
Dh264bsd_inter_prediction.c198 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()
Dh264bsd_slice_data.c86 image_t *currImage, sliceHeader_t *pSliceHeader) in h264bsdDecodeSliceData()
Dh264bsd_intra_prediction.c372 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()
Dh264bsd_reconstruct.c423 image_t *refPic) in PredictChroma()
1822 image_t *refPic, in h264bsdPredictSamples()
1973 image_t *refPic, in h264bsdPredictSamples()
Dh264bsd_dpb.c631 image_t *image, in h264bsdMarkDecRefPic()
Dh264bsd_deblocking.c575 image_t *image, in h264bsdFilterPicture()
1767 image_t *image, in h264bsdFilterPicture()