HomeSort by relevance Sort by last modified time
    Searched refs:m_match_index_ref (Results 1 - 4 of 4) sorted by null

  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.cpp 43 m_match_index_ref = NULL;
103 delete [] m_match_index_ref;
132 m_match_index_ref = NULL;
226 m_match_index_ref = new int [m_max_nr_matches];
405 m_match_index_ref,m_match_index_ins,&m_nr_matches,H,0);
409 m_match_index_ref,m_match_index_ins,&m_nr_matches);
423 m_corners_ref[offset ] = m_x_corners_ref[m_match_index_ref[i]];
424 m_corners_ref[offset+1] = m_y_corners_ref[m_match_index_ref[i]];
dbreg.h 342 int * m_match_index_ref; member in class:db_FrameToReferenceRegistration
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 43 m_match_index_ref = NULL;
103 delete [] m_match_index_ref;
132 m_match_index_ref = NULL;
226 m_match_index_ref = new int [m_max_nr_matches];
405 m_match_index_ref,m_match_index_ins,&m_nr_matches,H,0);
409 m_match_index_ref,m_match_index_ins,&m_nr_matches);
423 m_corners_ref[offset ] = m_x_corners_ref[m_match_index_ref[i]];
424 m_corners_ref[offset+1] = m_y_corners_ref[m_match_index_ref[i]];
dbreg.h 342 int * m_match_index_ref; member in class:db_FrameToReferenceRegistration

Completed in 44 milliseconds