Searched refs:m_patch_space (Results 1 – 2 of 2) sorted by relevance
151 float *m_patch_space,*m_aligned_patch_space; variable250 short *m_patch_space,*m_aligned_patch_space; variable
3194 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 …]