Home
last modified time | relevance | path

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

/dports/multimedia/jmref/JM/lencod/src/
H A Dme_umhex.c254 distblk *SAD_prediction = p_UMHex->fastme_best_cost[blocktype-1];//multi ref SAD prediction in UMHEXIntegerPelBlockMotionSearch() local
313 …if(ref>0 && currSlice->structure == FRAME && min_mcost > ET_Thred && SAD_prediction[pic_pix_x2] <… in UMHEXIntegerPelBlockMotionSearch()
494 if ((ref==0) || (SAD_prediction[pic_pix_x2] > min_mcost)) in UMHEXIntegerPelBlockMotionSearch()
495 SAD_prediction[pic_pix_x2] = min_mcost; in UMHEXIntegerPelBlockMotionSearch()