Searched defs:UpdateReference (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners) function in class:db_FrameToReferenceRegistration
352 UpdateReference(im,true,true);
477 UpdateReference(imptr,false);
478 // UpdateReference(m_aligned_ins_image,false);
497 //UpdateReference(imptr,false, false);
500 UpdateReference(imptr,false, true);
502 UpdateReference(imptr,false, false);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbreg.cpp252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners) function in class:db_FrameToReferenceRegistration
352 UpdateReference(im,true,true);
477 UpdateReference(imptr,false);
478 // UpdateReference(m_aligned_ins_image,false);
496 //UpdateReference(imptr,false, false);
499 UpdateReference(imptr,false, true);
501 UpdateReference(imptr,false, false);

Completed in 102 milliseconds