Searched refs:output_20 (Results 1 – 1 of 1) sorted by relevance
1357 const int64_t output_20 = in ResizeBilinearInteger() local1359 const int64_t round = (output_20 > 0) ? (1 << 19) : -(1 << 19); in ResizeBilinearInteger()1361 static_cast<T>((output_20 + round) / (1 << 20)); in ResizeBilinearInteger()