HomeSort by relevance Sort by last modified time
    Searched defs:xh (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 73 Int xh, yh; local
125 xh = 0;
135 d = (*(SAD_MB_HalfPel[((yh&1)<<1)+(xh&1)]))(ncand, cur, (dmin << 16) | lx, extra_info);
140 xhmin[0] = xh;
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 + yhmin[0]))
147 xhmin[0] = xh;
154 xh += next_hp_pos[k][0];
188 Int xh, yh;//, xhmin, yhmin; local
243 xh = -1;
249 d = (*SAD_Blk_HalfPel)(cand, cur8, dmin, lx, swidth, xh, yh, extra_info)
    [all...]
motion_est.cpp 162 Int xh[5] = {0, 0, 0, 0, 0}; local
347 i << 4, j << 4, xh, yh, hp_guess);
361 best_cand, mode_mb, i << 4, j << 4, xh, yh, hp_mem4MV);
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 68 int xh[9] = {0, 0, 2, 2, 2, 0, -2, -2, -2}; local
95 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy);
107 mot->x += xh[hmin];
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
171 [1/zh 0 -xh/(zh*zh)]
178 [-x0/zh -x1/zh -1/zh 0 0 0 x0*xh/(zh*zh) x1*xh/(zh*zh) xh/(zh*zh)]
183 xh=H[0]*x[0]+H[1]*x[1]+H[2];
188 f[0]=y[0]-xh*mult;
192 xh_mult2=xh*mult2;
258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
261 [1/zh 0 -xh/(zh*zh)
    [all...]

Completed in 278 milliseconds