Home
last modified time | relevance | path

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

/dports/multimedia/jmref/JM/lencod/src/
H A Dme_umhex.c258 int temp_Big_Hexagon_Y[16];// temp for Big_Hexagon_Y; in UMHEXIntegerPelBlockMotionSearch() local
419 memcpy(temp_Big_Hexagon_Y,Big_Hexagon_Y,64); in UMHEXIntegerPelBlockMotionSearch()
426 cand.mv_y = (short) (iMinNow.mv_y + temp_Big_Hexagon_Y[m]); in UMHEXIntegerPelBlockMotionSearch()
428 temp_Big_Hexagon_Y[m] += Big_Hexagon_Y[m]; in UMHEXIntegerPelBlockMotionSearch()
850 int temp_Big_Hexagon_Y[16];// = Big_Hexagon_Y; in UMHEXBipredIntegerPelBlockMotionSearch() local
1041 memcpy(temp_Big_Hexagon_Y,Big_Hexagon_Y,64); in UMHEXBipredIntegerPelBlockMotionSearch()
1048 cand.mv_y = (short) (iMinNow.mv_y + temp_Big_Hexagon_Y[m]); in UMHEXBipredIntegerPelBlockMotionSearch()
1050 temp_Big_Hexagon_Y[m] += Big_Hexagon_Y[m]; in UMHEXBipredIntegerPelBlockMotionSearch()