Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage-inl.h188 const T* trunc_start = (*this)[trunc_y] + trunc_x; in GetPixelInterpFixed1616() local
190 const T a = trunc_start[0]; in GetPixelInterpFixed1616()
191 const T b = trunc_start[1]; in GetPixelInterpFixed1616()
192 const T c = trunc_start[stride_]; in GetPixelInterpFixed1616()
193 const T d = trunc_start[stride_ + 1]; in GetPixelInterpFixed1616()