Searched refs:xs_lower (Results 1 – 3 of 3) sorted by relevance
133 const int64 xs_lower = xs[x].lower; in resize_image() local138 const float top_left0(ys_input_lower_ptr[xs_lower + 0]); in resize_image()140 const float bottom_left0(ys_input_upper_ptr[xs_lower + 0]); in resize_image()144 const float top_left1(ys_input_lower_ptr[xs_lower + 1]); in resize_image()146 const float bottom_left1(ys_input_upper_ptr[xs_lower + 1]); in resize_image()150 const float top_left2(ys_input_lower_ptr[xs_lower + 2]); in resize_image()152 const float bottom_left2(ys_input_upper_ptr[xs_lower + 2]); in resize_image()178 auto xs_lower = xs[x].lower; in resize_image() local182 const float top_left(ys_input_lower_ptr[xs_lower + c]); in resize_image()184 const float bottom_left(ys_input_upper_ptr[xs_lower + c]); in resize_image()
246 const int64 xs_lower = xs.lower[x]; in OutputLerpForChannels() local250 const T top_left = ys_input_lower_ptr[xs_lower + c]; in OutputLerpForChannels()252 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in OutputLerpForChannels()488 const int64 xs_lower = xs.lower[x]; in ResizeImageReference() local492 const T top_left = ys_input_lower_ptr[xs_lower + c]; in ResizeImageReference()494 const T bottom_left = ys_input_upper_ptr[xs_lower + c]; in ResizeImageReference()
128 const int64 xs_lower = std::get<0>(x_weight); in CalcReferenceResizedVal() local132 const float top_left = image_data[y_lower_index + xs_lower + c]; in CalcReferenceResizedVal()134 const float bottom_left = image_data[y_upper_index + xs_lower + c]; in CalcReferenceResizedVal()