OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_horz_smooth_subsample_image
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/jni/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);
752
unsigned char* out_row_ptr =
m_horz_smooth_subsample_image
[j]+1;
774
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 40 milliseconds