Searched refs:y_l (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h126 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
130 * \param y_l left y coordinates of features
141 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
216 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
220 * \param y_l left y coordinates of features
233 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
H A Ddb_feature_matching.cpp2929 int x_l,y_l,x_r,y_r,xm,ym; local
2933 y_l=pir_l->y;
2937 ym=y_l-y_r;
3226 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
3232 ps=db_FillBuckets_f(m_aligned_patch_space,l_img,m_bp_l,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_l,y_l,nr_l);
3354 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
3360 ps=db_FillBuckets_u(m_aligned_patch_space,l_img,m_bp_l,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_l,y_l,nr_l,m_use_smaller_matching_window,m_use_21);
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h126 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
130 * \param y_l left y coordinates of features
141 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
216 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
220 * \param y_l left y coordinates of features
233 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
H A Ddb_feature_matching.cpp2929 int x_l,y_l,x_r,y_r,xm,ym; local
2933 y_l=pir_l->y;
2937 ym=y_l-y_r;
3226 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
3232 ps=db_FillBuckets_f(m_aligned_patch_space,l_img,m_bp_l,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_l,y_l,nr_l);
3354 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
3360 ps=db_FillBuckets_u(m_aligned_patch_space,l_img,m_bp_l,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_l,y_l,nr_l,m_use_smaller_matching_window,m_use_21);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h126 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
130 * \param y_l left y coordinates of features
141 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
216 * feature at (x_l[m],y_l[m]) matched to (x_r[n],y_r[n]).
220 * \param y_l left y coordinates of features
233 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
H A Ddb_feature_matching.cpp2929 int x_l,y_l,x_r,y_r,xm,ym; local
2933 y_l=pir_l->y;
2937 ym=y_l-y_r;
3226 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
3232 ps=db_FillBuckets_f(m_aligned_patch_space,l_img,m_bp_l,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_l,y_l,nr_l);
3354 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r,
3360 ps=db_FillBuckets_u(m_aligned_patch_space,l_img,m_bp_l,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,x_l,y_l,nr_l,m_use_smaller_matching_window,m_use_21);

Completed in 40 milliseconds