Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage-inl.h171 const int fp_x_whole, const int fp_y_whole) const { in GetPixelInterpFixed1616() argument
176 int trunc_x = fp_x_whole & kFixedPointTruncateMask; in GetPixelInterpFixed1616()
178 const int fp_x = fp_x_whole - trunc_x; in GetPixelInterpFixed1616()
Dimage.h142 inline T GetPixelInterpFixed1616(const int fp_x_whole,