/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
PgmImage.cpp | 23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) 30 m_colors(255),m_w(w),m_h(h),m_format(format),m_over_allocation(256) 36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) 42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) 52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) 90 m_data.resize(m_w*m_h+m_over_allocation); 93 m_data.resize(m_w*m_h*3+m_over_allocation); 104 m_data.resize(m_w*m_h+m_over_allocation); 160 m_data.resize(m_w*m_h+m_over_allocation); 164 m_data.resize(m_w*m_h*3+m_over_allocation); [all...] |
PgmImage.h | 88 int m_over_allocation; member in class:PgmImage
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 29 m_initialized(false),m_nr_matches(0),m_over_allocation(256),m_nr_bins(20),m_max_cost_pix(30), m_quarter_resolution(false) 184 m_horz_smooth_subsample_image = db_AllocImage_u(width,height*2,m_over_allocation); 185 m_quarter_res_image = db_AllocImage_u(width,height,m_over_allocation); 208 m_reference_image = db_AllocImage_u(m_im_width,m_im_height,m_over_allocation); 209 m_aligned_ins_image = db_AllocImage_u(m_im_width,m_im_height,m_over_allocation); 267 db_CopyImage_u(m_reference_image,imptr,m_im_width,m_im_height,m_over_allocation); 483 //db_CopyImage_u(m_aligned_ins_image,imptr,m_im_width,m_im_height,m_over_allocation);
|
dbreg.h | 389 const int m_over_allocation; member in class:db_FrameToReferenceRegistration
|