Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage-inl.h133 const int floored_y = static_cast<int>(y); in GetPixelInterp() local
141 const float d = y - floored_y; in GetPixelInterp()
148 const T* const pix_ptr = (*this)[floored_y] + floored_x; in GetPixelInterp()