Home
last modified time | relevance | path

Searched refs:center_ptr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dkeypoint_detector.cc203 const uint8_t* const center_ptr, const int* offsets) { in TestCircle() argument
205 const int center_value = static_cast<int>(*center_ptr); in TestCircle()
230 static_cast<int>(center_ptr[offsets[perim_index]]); in TestCircle()
480 uint8_t* const center_ptr = (*keypoint_scratch_)[img_y] + img_x; in FindFastKeypoints() local
484 *center_ptr += 5; in FindFastKeypoints()
485 *(center_ptr - 1) += 1; in FindFastKeypoints()
486 *(center_ptr + 1) += 1; in FindFastKeypoints()
487 *(center_ptr - scratch_stride) += 1; in FindFastKeypoints()
488 *(center_ptr + scratch_stride) += 1; in FindFastKeypoints()