Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp188 m_im_width = width; in Init()
192 db_Approx3DCalMat(m_K,temp,m_im_width,m_im_height); in Init()
208 m_reference_image = db_AllocImage_u(m_im_width,m_im_height,m_over_allocation); in Init()
209 m_aligned_ins_image = db_AllocImage_u(m_im_width,m_im_height,m_over_allocation); in Init()
213 …m_max_nr_corners = m_cd.Init(m_im_width,m_im_height,cd_target_nr_corners,cd_nr_horz_blocks,cd_nr_v… in Init()
216 …m_max_nr_matches = m_cm.Init(m_im_width,m_im_height,cm_max_disparity,m_max_nr_corners,DB_DEFAULT_N… in Init()
267 db_CopyImage_u(m_reference_image,imptr,m_im_width,m_im_height,m_over_allocation); in UpdateReference()
276 if(m_x_corners_ref[k]>m_im_width/3) in UpdateReference()
381 sprintf(str,"[%dx%d] %p\n",m_im_width,m_im_height,im); in AddFrame()
714 int w = m_im_width; in SmoothMotion()
[all …]
Ddbreg.h297 int m_im_width; variable