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

  /external/libyuv/files/unit_test/
rotate_test.cc 703 int yh = 768; local
706 int uvh = (yh + 1) >> 1;
710 int y_plane_size = (yw + b * 2) * (yh + b * 2);
741 for (i = b; i < (yh + b); ++i) {
756 int y_off_90 = b * (yh + b * 2) + b;
761 int y_st_90 = yh + b * 2;
770 yw, yh,
779 yh, yw,
788 yh, yw,
826 int yh = 768 local
949 int yh = 768; local
1056 int yh = 768; local
1164 int yh = 768; local
1269 int yh = 768; local
1426 int yh = 768; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 73 Int xh, yh; local
126 yh = -1;
135 d = (*(SAD_MB_HalfPel[((yh&1)<<1)+(xh&1)]))(ncand, cur, (dmin << 16) | lx, extra_info);
141 yhmin[0] = yh;
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]))
148 yhmin[0] = yh;
155 yh += next_hp_pos[k][1];
188 Int xh, yh;//, xhmin, yhmin; local
244 yh = -1;
249 d = (*SAD_Blk_HalfPel)(cand, cur8, dmin, lx, swidth, xh, yh, extra_info)
    [all...]
motion_est.cpp 163 Int yh[5] = {0, 0, 0, 0, 0}; /* half-pel */ local
347 i << 4, j << 4, xh, yh, hp_guess);
361 best_cand, mode_mb, i << 4, j << 4, xh, yh, hp_mem4MV);
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_metrics.h 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
172 [ 0 1/zh -yh/(zh*zh)]
179 [ 0 0 0 -x0/zh -x1/zh -1/zh x0*yh/(zh*zh) x1*yh/(zh*zh) yh/(zh*zh)]*/
184 yh=H[3]*x[0]+H[4]*x[1]+H[5];
189 f[1]=y[1]-yh*mult;
193 yh_mult2=yh*mult2;
258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
262 [ 0 1/zh -yh/(zh*zh)
    [all...]
  /external/chromium_org/third_party/libyuv/unit_test/
planar_test.cc 1309 int yh = benchmark_height_; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 69 int yh[9] = {0, -2, -2, 0, 2, 2, 2, 0, -2}; local
95 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy);
108 mot->y += yh[hmin];
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
172 [ 0 1/zh -yh/(zh*zh)]
179 [ 0 0 0 -x0/zh -x1/zh -1/zh x0*yh/(zh*zh) x1*yh/(zh*zh) yh/(zh*zh)]*/
184 yh=H[3]*x[0]+H[4]*x[1]+H[5];
189 f[1]=y[1]-yh*mult;
193 yh_mult2=yh*mult2;
258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
262 [ 0 1/zh -yh/(zh*zh)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_metrics.h 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
172 [ 0 1/zh -yh/(zh*zh)]
179 [ 0 0 0 -x0/zh -x1/zh -1/zh x0*yh/(zh*zh) x1*yh/(zh*zh) yh/(zh*zh)]*/
184 yh=H[3]*x[0]+H[4]*x[1]+H[5];
189 f[1]=y[1]-yh*mult;
193 yh_mult2=yh*mult2;
258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
262 [ 0 1/zh -yh/(zh*zh)
    [all...]

Completed in 526 milliseconds