HomeSort by relevance Sort by last modified time
    Searched refs:m_horz_smooth_subsample_image (Results 1 - 2 of 2) sorted by null

  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.cpp 35 m_horz_smooth_subsample_image = NULL;
92 if ( m_horz_smooth_subsample_image )
94 db_FreeImage_u(m_horz_smooth_subsample_image, m_im_height*2);
124 m_horz_smooth_subsample_image = NULL;
184 m_horz_smooth_subsample_image = db_AllocImage_u(width,height*2,m_over_allocation);
753 unsigned char* out_row_ptr = m_horz_smooth_subsample_image[j]+1;
775 unsigned char* in_row_ptr = m_horz_smooth_subsample_image[j];
dbreg.h 356 unsigned char** m_horz_smooth_subsample_image; member in class:db_FrameToReferenceRegistration

Completed in 338 milliseconds