Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage-inl.h274 const float factor_y = static_cast<float>(original.GetHeight()) / in DownsampleInterpolateNearest() local
304 orig_y += factor_y; in DownsampleInterpolateNearest()
322 const float factor_y = static_cast<float>(original.GetHeight()) / in DownsampleInterpolateLinear() local
338 const int factor_y_fp = RealToFixed1616(factor_y) >> 8; in DownsampleInterpolateLinear()