Home
last modified time | relevance | path

Searched refs:m_aligned_patch_space (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_matching.h151 float *m_patch_space,*m_aligned_patch_space; variable
250 short *m_patch_space,*m_aligned_patch_space; variable
Ddb_feature_matching.cpp3220 m_aligned_patch_space=db_AlignPointer_f(m_patch_space,16); in Init()
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); in Match()
3249 m_patch_space=m_aligned_patch_space=0; in db_Matcher_u()
3332 m_aligned_patch_space=db_AlignPointer_s(m_patch_space,64); in Init()
3340 m_aligned_patch_space=db_AlignPointer_s(m_patch_space,16); in Init()
3346 m_aligned_patch_space=db_AlignPointer_s(m_patch_space,4); in Init()
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… in Match()