Home
last modified time | relevance | path

Searched refs:m_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.cpp3194 delete [] m_patch_space; in Clean()
3219 m_patch_space=new float [2*(m_nr_h+2)*(m_nr_v+2)*m_bd*128+16]; in Init()
3220 m_aligned_patch_space=db_AlignPointer_f(m_patch_space,16); in Init()
3249 m_patch_space=m_aligned_patch_space=0; in db_Matcher_u()
3278 delete [] m_patch_space; in Clean()
3331 m_patch_space=new short [2*(m_nr_h+2)*(m_nr_v+2)*m_bd*512+64]; in Init()
3332 m_aligned_patch_space=db_AlignPointer_s(m_patch_space,64); in Init()
3339 m_patch_space=new short [2*(m_nr_h+2)*(m_nr_v+2)*m_bd*128+16]; in Init()
3340 m_aligned_patch_space=db_AlignPointer_s(m_patch_space,16); in Init()
3345 m_patch_space=new short [2*(m_nr_h+2)*(m_nr_v+2)*m_bd*32+4]; in Init()
[all …]