Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage-inl.h85 const int trunc_y = fp_y >> 16; in ExtractPatchAtSubpixelFixed1616() local
87 if (trunc_x < 0 || trunc_y < 0 || in ExtractPatchAtSubpixelFixed1616()
89 (trunc_y + patchheight) >= height_less_one_) { in ExtractPatchAtSubpixelFixed1616()
177 int trunc_y = fp_y_whole & kFixedPointTruncateMask; in GetPixelInterpFixed1616() local
179 const int fp_y = fp_y_whole - trunc_y; in GetPixelInterpFixed1616()
183 trunc_y >>= 16; in GetPixelInterpFixed1616()
188 const T* trunc_start = (*this)[trunc_y] + trunc_x; in GetPixelInterpFixed1616()
350 int trunc_y = src_y_fp & kFixedPointTruncateMask8; in DownsampleInterpolateLinear() local
351 const int fp_y = src_y_fp - trunc_y; in DownsampleInterpolateLinear()
354 trunc_y >>= 8; in DownsampleInterpolateLinear()
[all …]