Searched refs:image (Results 126 - 131 of 131) sorted by last modified time

123456

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_inter_prediction.h53 dpbStorage_t *dpb, u32 mbNum, image_t *image, u8 *data);
H A Dh264bsd_intra_prediction.c372 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, image_t *image, argument
386 ASSERT(image);
402 ptr = image->cb;
403 width = image->width*8;
421 ptr = image->cr;
452 (prediction + residual) into the output image (image)
457 image pointer to output image
465 image curren
473 h264bsdIntraPrediction(mbStorage_t *pMb, macroblockLayer_t *mbLayer, image_t *image, u32 mbNum, u32 constrainedIntraPred, u8 *data) argument
540 h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum) argument
[all...]
H A 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,
H A Dh264bsd_macroblock_layer.c101 macroblockLayer_t *mbLayer, const u8 **pSrc, image_t *image);
104 u32 intraChromaPredMode, const u8 **pSrc, image_t *image);
942 Decode one macroblock and write into output image.
947 currImage pointer to output image
956 currImage decoded macroblock is written into output image
1218 image_t *image)
1240 if (h264bsdIntra16x16Prediction(pMb, data, image->luma,
1241 image->width*16, constrainedIntraPred) != HANTRO_OK)
1264 image,
1286 image_t *image)
1213 ProcessIntra16x16Residual(mbStorage_t *pMb, u8 *data, u32 constrainedIntraPred, u32 intraChromaPredMode, const u8** pSrc, image_t *image) argument
1281 ProcessIntra4x4Residual(mbStorage_t *pMb, u8 *data, u32 constrainedIntraPred, macroblockLayer_t *mbLayer, const u8 **pSrc, image_t *image) argument
[all...]
H A Dh264bsd_util.c255 image Current image
264 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum) argument
271 width = image->width;
272 height = image->height;
279 image->luma = (u8*)(image->data + col * 16 + tmp * 256);
280 image->cb = (u8*)(image->data + picSize * 256 + tmp * 64 + col * 8);
281 image
[all...]
H A Dh264bsd_util.h176 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum);

Completed in 81 milliseconds

123456