Searched refs:xs_upper (Results 1 – 2 of 2) sorted by relevance
253 const int64 xs_upper = xs.upper[x]; in OutputLerpForChannels() local257 const T top_right = ys_input_lower_ptr[xs_upper + c]; in OutputLerpForChannels()259 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; in OutputLerpForChannels()496 const int64 xs_upper = xs.upper[x]; in ResizeImageReference() local500 const T top_right = ys_input_lower_ptr[xs_upper + c]; in ResizeImageReference()502 const T bottom_right = ys_input_upper_ptr[xs_upper + c]; in ResizeImageReference()
130 const int64 xs_upper = std::get<1>(x_weight); in CalcReferenceResizedVal() local134 const float top_right = image_data[y_lower_index + xs_upper + c]; in CalcReferenceResizedVal()136 const float bottom_right = image_data[y_upper_index + xs_upper + c]; in CalcReferenceResizedVal()