Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage-inl.h84 const int trunc_x = fp_x >> 16; in ExtractPatchAtSubpixelFixed1616() local
87 if (trunc_x < 0 || trunc_y < 0 || in ExtractPatchAtSubpixelFixed1616()
88 (trunc_x + patchwidth) >= width_less_one_ || in ExtractPatchAtSubpixelFixed1616()
176 int trunc_x = fp_x_whole & kFixedPointTruncateMask; in GetPixelInterpFixed1616() local
178 const int fp_x = fp_x_whole - trunc_x; in GetPixelInterpFixed1616()
182 trunc_x >>= 16; in GetPixelInterpFixed1616()
188 const T* trunc_start = (*this)[trunc_y] + trunc_x; in GetPixelInterpFixed1616()
366 int trunc_x = -1; in DownsampleInterpolateLinear() local
374 trunc_x = src_x_fp & kFixedPointTruncateMask8; in DownsampleInterpolateLinear()
376 const int fp_x = (src_x_fp - trunc_x) >> 8; in DownsampleInterpolateLinear()
[all …]