Searched refs:rounding_offset (Results 1 – 2 of 2) sorted by relevance
88 const float rounding_offset = std::numeric_limits<T>::is_integer ? .5f : .0f; in ResizeBilinear() local111 rounding_offset); in ResizeBilinear()
83 const int rounding_offset = right_shift > 0 ? 1 << (right_shift - 1) : 0; variable86 rounding_offset) >>