Searched refs:optical_flow_found_keypoint_ (Results 1 – 4 of 4) sorted by relevance
26 memset(optical_flow_found_keypoint_, false, in Init()27 sizeof(*optical_flow_found_keypoint_) * kMaxKeypoints); in Init()86 if (optical_flow_found_keypoint_[i]) { in FillWeights()94 if (!optical_flow_found_keypoint_[i]) { in FillWeights()139 if (!optical_flow_found_keypoint_[i]) { in FillTranslations()155 if (!optical_flow_found_keypoint_[i]) { in FillScales()
75 memset(frame_pair->optical_flow_found_keypoint_, false, in FindCorrespondences()76 sizeof(*frame_pair->optical_flow_found_keypoint_) * kMaxKeypoints); in FindCorrespondences()89 frame_pair->optical_flow_found_keypoint_[i_feat] = true; in FindCorrespondences()241 if (change.optical_flow_found_keypoint_[i]) { in GetKeypointsPacked()263 if (!only_found || change.optical_flow_found_keypoint_[i]) { in GetKeypoints()269 change.optical_flow_found_keypoint_[i] ? 1.0f : -1.0f; in GetKeypoints()
95 bool optical_flow_found_keypoint_[kMaxKeypoints]; variable
388 if (prev_change.optical_flow_found_keypoint_[i]) { in CopyKeypoints()