Searched refs:refPic (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c421 image_t *refPic)
433 ASSERT(refPic);
434 ASSERT(refPic->data);
435 ASSERT(refPic->width);
436 ASSERT(refPic->height);
438 width = 8 * refPic->width;
439 height = 8 * refPic->height;
448 ref = refPic->data + 256 * refPic->width * refPic
414 PredictChroma( u8 *mbPartChroma, u32 xAL, u32 yAL, u32 partWidth, u32 partHeight, mv_t *mv, image_t *refPic) argument
1817 h264bsdPredictSamples( u8 *data, mv_t *mv, image_t *refPic, u32 xA, u32 yA, u32 partX, u32 partY, u32 partWidth, u32 partHeight) argument
1968 h264bsdPredictSamples( u8 *data, mv_t *mv, image_t *refPic, u32 colAndRow, u32 part, u8 *pFill) argument
[all...]
H A Dh264bsd_inter_prediction.c555 pMb->refPic[0] = refIndex;
556 pMb->refPic[1] = refIndex;
557 pMb->refPic[2] = refIndex;
558 pMb->refPic[3] = refIndex;
626 pMb->refPic[0] = refIndex;
627 pMb->refPic[1] = refIndex;
640 a[1].refIndex = pMb->refPic[0];
666 pMb->refPic[2] = refIndex;
667 pMb->refPic[3] = refIndex;
733 pMb->refPic[
[all...]
H A Dh264bsd_reconstruct.h54 image_t *refPic,
65 image_t *refPic,
H A Dh264bsd_macroblock_layer.h176 u32 refPic[4]; member in struct:mbStorage
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp242 AVCPictureData *refPic = video->RefPicList0[0]; local
298 if (refPic->padded == 0)
300 AVCPaddingEdge(refPic);
301 refPic->padded = 1;
481 void AVCPaddingEdge(AVCPictureData *refPic) argument
488 width = refPic->width;
489 height = refPic->height;
490 pitch = refPic->pitch;
493 src = refPic->Sl;
H A Davcenc_lib.h510 \param "refPic" "Pointer to the reference picture."
513 void AVCPaddingEdge(AVCPictureData *refPic);

Completed in 353 milliseconds