Searched defs:xm_g (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.cpp41 int xm_f,xm_g; local
44 xm_g=x_g-3;
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;
124 int xm_f,xm_g; local
243 int xm_f,xm_g; local
1190 int xm_f,xm_g; local
1305 int xm_f,xm_g; local
1579 int xm_f,xm_g; local
1661 int xm_f,xm_g; local
1780 int xm_f,xm_g; local
2259 int xm_f,xm_g; local
2350 int xm_f,xm_g; local
[all...]
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.cpp41 int xm_f,xm_g; local
44 xm_g=x_g-3;
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;
124 int xm_f,xm_g; local
243 int xm_f,xm_g; local
1190 int xm_f,xm_g; local
1305 int xm_f,xm_g; local
1579 int xm_f,xm_g; local
1661 int xm_f,xm_g; local
1780 int xm_f,xm_g; local
2259 int xm_f,xm_g; local
2350 int xm_f,xm_g; local
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.cpp41 int xm_f,xm_g; local
44 xm_g=x_g-3;
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;
124 int xm_f,xm_g; local
243 int xm_f,xm_g; local
1190 int xm_f,xm_g; local
1305 int xm_f,xm_g; local
1579 int xm_f,xm_g; local
1661 int xm_f,xm_g; local
1780 int xm_f,xm_g; local
2259 int xm_f,xm_g; local
2350 int xm_f,xm_g; local
[all...]

Completed in 85 milliseconds