[Mp4-tech] Corresponding block predictor in Reference frame in JM
12.2 ME Algorithms
Peace
humaira.nisar gmail.com
Mon Jan 14 18:11:41 EST 2008
Hi,
I am looking for the predictor of the block that is located at the same
p[osition in the previous frame.
IN ME-umhex.c , i have found this....
//prediction using mV of last ref moiton vector
if(pred_MV_ref_flag == 1) //Notes: for interlace case, ref==1 should
be added
{
cand_x = pic_pix_x + (pred_MV_ref[0]/4);
cand_y = pic_pix_y + (pred_MV_ref[1]/4);
SEARCH_ONE_PIXEL
}
However in Me-EPZS.c , i am unable to find this one, Probably there it does
not exists, as all the other temporal predictors are present.
If yes then can anyone point out?
Thanks and Best REgards
Humaira
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/mp4-tech/attachments/20080114/ec6fbe89/attachment.html
More information about the Mp4-tech
mailing list