Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfindhalfpel.cpp73 Int xh, yh; in FindHalfPelMB() local
126 yh = -1; in FindHalfPelMB()
135 … d = (*(SAD_MB_HalfPel[((yh&1)<<1)+(xh&1)]))(ncand, cur, (dmin << 16) | lx, extra_info); in FindHalfPelMB()
141 yhmin[0] = yh; in FindHalfPelMB()
145 …PV_ABS(mot[0].x + xh) + PV_ABS(mot[0].y + yh) < PV_ABS(mot[0].x + xhmin[0]) + PV_ABS(mot[0].y + yh… in FindHalfPelMB()
148 yhmin[0] = yh; in FindHalfPelMB()
155 yh += next_hp_pos[k][1]; in FindHalfPelMB()
188 Int xh, yh;//, xhmin, yhmin; in FindHalfPelBlk() local
244 yh = -1; in FindHalfPelBlk()
249 d = (*SAD_Blk_HalfPel)(cand, cur8, dmin, lx, swidth, xh, yh, extra_info); in FindHalfPelBlk()
[all …]
Dsad_halfpel.cpp780 …Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int width, Int rx, Int xh, Int yh, void *e… in SAD_Blk_HalfPel_C() argument
791 if (xh && yh) in SAD_Blk_HalfPel_C()
795 p3 = ref + yh * rx; in SAD_Blk_HalfPel_C()
796 p4 = ref + yh * rx + xh; in SAD_Blk_HalfPel_C()
824 p2 = ref + xh + yh * rx; /* either left/right or top/bottom pixel */ in SAD_Blk_HalfPel_C()
Dmp4lib_int.h238 …Int(*SAD_Blk_HalfPel)(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extr…
Dmotion_est.cpp163 Int yh[5] = {0, 0, 0, 0, 0}; /* half-pel */ in MotionEstimation() local
347 i << 4, j << 4, xh, yh, hp_guess); in MotionEstimation()
361 … best_cand, mode_mb, i << 4, j << 4, xh, yh, hp_mem4MV); in MotionEstimation()
Dmp4enc_lib.h149 …Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extr…
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dfindhalfpel.cpp56 int yh[9] = {0, -2, -2, 0, 2, 2, 2, 0, -2}; in AVCFindHalfPelMB() local
82 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy); in AVCFindHalfPelMB()
95 mot->y += yh[hmin]; in AVCFindHalfPelMB()