Searched refs:kKeypointStep (Results 1 – 3 of 3) sorted by relevance
356 jfloat keypoint_arr[kMaxKeypoints * kKeypointStep]; in OBJECT_TRACKER_METHOD()363 env->NewFloatArray(number_of_keypoints * kKeypointStep); in OBJECT_TRACKER_METHOD()368 env->SetFloatArrayRegion(keypoints, 0, number_of_keypoints * kKeypointStep, in OBJECT_TRACKER_METHOD()
97 static const int kKeypointStep = 7; variable
264 const int base = curr_keypoint * kKeypointStep; in GetKeypoints()