Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage-inl.h297 const int nearest_x = static_cast<int>(orig_x + 0.5f); in DownsampleInterpolateNearest() local
299 *pixel_ptr++ = row_data[nearest_x]; in DownsampleInterpolateNearest()