Home
last modified time | relevance | path

Searched refs:m_over_allocation (Results 1 – 4 of 4) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
DPgmImage.cpp23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) in PgmImage()
30 m_colors(255),m_w(w),m_h(h),m_format(format),m_over_allocation(256) in PgmImage()
36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) in PgmImage()
42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) in PgmImage()
52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) in PgmImage()
90 m_data.resize(m_w*m_h+m_over_allocation); in SetFormat()
93 m_data.resize(m_w*m_h*3+m_over_allocation); in SetFormat()
104 m_data.resize(m_w*m_h+m_over_allocation); in SetData()
160 m_data.resize(m_w*m_h+m_over_allocation); in ReadPGM()
164 m_data.resize(m_w*m_h*3+m_over_allocation); in ReadPGM()
[all …]
DPgmImage.h88 int m_over_allocation; variable
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.cpp29 …m_initialized(false),m_nr_matches(0),m_over_allocation(256),m_nr_bins(20),m_max_cost_pix(30), m_qu… in db_FrameToReferenceRegistration()
184 m_horz_smooth_subsample_image = db_AllocImage_u(width,height*2,m_over_allocation); in Init()
185 m_quarter_res_image = db_AllocImage_u(width,height,m_over_allocation); 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()
267 db_CopyImage_u(m_reference_image,imptr,m_im_width,m_im_height,m_over_allocation); in UpdateReference()
Ddbreg.h389 const int m_over_allocation; variable