HomeSort by relevance Sort by last modified time
    Searched refs:y_f (Results 1 - 7 of 7) sorted by null

  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_matching.h 31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
db_feature_matching.cpp 37 inline float db_SignedSquareNormCorr7x7_u(unsigned char **f_img,unsigned char **g_img,int x_f,int y_f,int x_g,int y_g)
47 pf=f_img[y_f-3]+xm_f; pg=g_img[y_g-3]+xm_g;
56 pf=f_img[y_f-2]+xm_f; pg=g_img[y_g-2]+xm_g;
65 pf=f_img[y_f-1]+xm_f; pg=g_img[y_g-1]+xm_g;
74 pf=f_img[y_f]+xm_f; pg=g_img[y_g]+xm_g;
83 pf=f_img[y_f+1]+xm_f; pg=g_img[y_g+1]+xm_g;
92 pf=f_img[y_f+2]+xm_f; pg=g_img[y_g+2]+xm_g;
101 pf=f_img[y_f+3]+xm_f; pg=g_img[y_g+3]+xm_g;
120 inline float db_SignedSquareNormCorr9x9_u(unsigned char **f_img,unsigned char **g_img,int x_f,int y_f,int x_g,int y_g)
130 pf=f_img[y_f-4]+xm_f; pg=g_img[y_g-4]+xm_g
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.h 31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
db_feature_matching.cpp 37 inline float db_SignedSquareNormCorr7x7_u(unsigned char **f_img,unsigned char **g_img,int x_f,int y_f,int x_g,int y_g)
47 pf=f_img[y_f-3]+xm_f; pg=g_img[y_g-3]+xm_g;
56 pf=f_img[y_f-2]+xm_f; pg=g_img[y_g-2]+xm_g;
65 pf=f_img[y_f-1]+xm_f; pg=g_img[y_g-1]+xm_g;
74 pf=f_img[y_f]+xm_f; pg=g_img[y_g]+xm_g;
83 pf=f_img[y_f+1]+xm_f; pg=g_img[y_g+1]+xm_g;
92 pf=f_img[y_f+2]+xm_f; pg=g_img[y_g+2]+xm_g;
101 pf=f_img[y_f+3]+xm_f; pg=g_img[y_g+3]+xm_g;
120 inline float db_SignedSquareNormCorr9x9_u(unsigned char **f_img,unsigned char **g_img,int x_f,int y_f,int x_g,int y_g)
130 pf=f_img[y_f-4]+xm_f; pg=g_img[y_g-4]+xm_g
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
db_feature_matching.cpp 37 inline float db_SignedSquareNormCorr7x7_u(unsigned char **f_img,unsigned char **g_img,int x_f,int y_f,int x_g,int y_g)
47 pf=f_img[y_f-3]+xm_f; pg=g_img[y_g-3]+xm_g;
56 pf=f_img[y_f-2]+xm_f; pg=g_img[y_g-2]+xm_g;
65 pf=f_img[y_f-1]+xm_f; pg=g_img[y_g-1]+xm_g;
74 pf=f_img[y_f]+xm_f; pg=g_img[y_g]+xm_g;
83 pf=f_img[y_f+1]+xm_f; pg=g_img[y_g+1]+xm_g;
92 pf=f_img[y_f+2]+xm_f; pg=g_img[y_g+2]+xm_g;
101 pf=f_img[y_f+3]+xm_f; pg=g_img[y_g+3]+xm_g;
120 inline float db_SignedSquareNormCorr9x9_u(unsigned char **f_img,unsigned char **g_img,int x_f,int y_f,int x_g,int y_g)
130 pf=f_img[y_f-4]+xm_f; pg=g_img[y_g-4]+xm_g
    [all...]
  /external/chromium_org/ui/views/controls/menu/
submenu_view.cc 497 float y_f = vis_bounds.y() - dy - roundoff_error_; local
498 int y = gfx::ToRoundedInt(y_f);
499 roundoff_error_ = y - y_f;

Completed in 122 milliseconds