Searched refs:UpdateReference (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp181 reg.UpdateReference(m_rows,quarter_res,false);
/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);
496 //UpdateReference(imptr,false, false);
499 UpdateReference(imptr,false, true);
501 UpdateReference(imptr,false, false);
H A Ddbreg.h114 reg.UpdateReference(image_storage);
202 * Returns true if we need to call UpdateReference now.
259 int UpdateReference(const unsigned char * const * im, bool subsample = true, bool detect_corners = true);
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp215 reg.UpdateReference(ref.GetRowPointers());

Completed in 39 milliseconds