Home
last modified time | relevance | path

Searched refs:f_refh (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/xvid/xvidcore/src/motion/
H A Dmotion_comp.c264 const IMAGE * const f_refh, in MBMotionCompensationBVOP() argument
286 compensate16x16_interpolate(&dct_codes[0 * 64], cur->y, f_ref->y, f_refh->y, in MBMotionCompensationBVOP()
342 ptr1 = get_ref(f_ref->y, f_refh->y, f_refv->y, f_refhv->y, in MBMotionCompensationBVOP()
394 ptr1 = get_ref(f_ref->y, f_refh->y, f_refv->y, f_refhv->y, in MBMotionCompensationBVOP()
H A Dmotion.h156 const IMAGE * const f_refh,
H A Destimation_bvop.c1163 const IMAGE * const f_refH = &pEnc->f_refh; in SMPMotionEstimationBVOP()
/dports/multimedia/xvid/xvidcore/src/
H A Dencoder.h207 IMAGE f_refh; member
H A Dencoder.c304 image_null(&pEnc->f_refh); in enc_create()
327 (&pEnc->f_refh, pEnc->mbParam.edged_width, in enc_create()
562 image_destroy(&pEnc->f_refh, pEnc->mbParam.edged_width, in enc_create()
674 image_destroy(&pEnc->f_refh, pEnc->mbParam.edged_width, in enc_destroy()
2186 image_swap(&pEnc->vInterH, &pEnc->f_refh); in FrameCodeP()
2263 f_ref, &pEnc->f_refh, &pEnc->f_refv, in SliceCodeB()
2333 image_interpolate(f_ref->y, pEnc->f_refh.y, pEnc->f_refv.y, pEnc->f_refhv.y, in FrameCodeB()
2434 &pEnc->f_refh, &pEnc->f_refv, &pEnc->f_refhv, in FrameCodeB()