Home
last modified time | relevance | path

Searched refs:fp_y_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
177 int trunc_y = fp_y_whole & kFixedPointTruncateMask; in GetPixelInterpFixed1616()
179 const int fp_y = fp_y_whole - trunc_y; in GetPixelInterpFixed1616()
Dimage.h143 const int fp_y_whole) const;