Searched refs:xs_lower (Results 1 – 3 of 3) sorted by relevance
141 const int64 xs_lower = xs[x].lower; in resize_image() local146 const float top_left0(ys_input_lower_ptr[xs_lower + 0]); in resize_image()148 const float bottom_left0(ys_input_upper_ptr[xs_lower + 0]); in resize_image()152 const float top_left1(ys_input_lower_ptr[xs_lower + 1]); in resize_image()154 const float bottom_left1(ys_input_upper_ptr[xs_lower + 1]); in resize_image()158 const float top_left2(ys_input_lower_ptr[xs_lower + 2]); in resize_image()160 const float bottom_left2(ys_input_upper_ptr[xs_lower + 2]); in resize_image()186 auto xs_lower = xs[x].lower; in resize_image() local190 const float top_left(ys_input_lower_ptr[xs_lower + c]); in resize_image()192 const float bottom_left(ys_input_upper_ptr[xs_lower + c]); in resize_image()
252 const int64 xs_lower = xs.lower[x]; in OutputLerpForChannels() local256 const T top_left = ys_input_lower_ptr[xs_lower + c]; in OutputLerpForChannels()258 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in OutputLerpForChannels()495 const int64 xs_lower = xs.lower[x]; in ResizeImageReference() local499 const T top_left = ys_input_lower_ptr[xs_lower + c]; in ResizeImageReference()501 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in ResizeImageReference()
129 const int64 xs_lower = std::get<0>(x_weight); in CalcReferenceResizedVal() local133 const float top_left = image_data[y_lower_index + xs_lower + c]; in CalcReferenceResizedVal()135 const float bottom_left = image_data[y_upper_index + xs_lower + c]; in CalcReferenceResizedVal()