Searched refs:m_horz_smooth_subsample_image (Results 1 – 2 of 2) sorted by relevance
35 m_horz_smooth_subsample_image = NULL; in db_FrameToReferenceRegistration()92 if ( m_horz_smooth_subsample_image ) in Clean()94 db_FreeImage_u(m_horz_smooth_subsample_image, m_im_height*2); in Clean()124 m_horz_smooth_subsample_image = NULL; in Clean()184 m_horz_smooth_subsample_image = db_AllocImage_u(width,height*2,m_over_allocation); in Init()752 unsigned char* out_row_ptr = m_horz_smooth_subsample_image[j]+1; in GenerateQuarterResImage()774 unsigned char* in_row_ptr = m_horz_smooth_subsample_image[j]; in GenerateQuarterResImage()
356 unsigned char** m_horz_smooth_subsample_image; variable