Searched refs:input_y_offset (Results 1 – 1 of 1) sorted by relevance
4603 const int32 input_y_offset = (y1 - y0) * depth * input_width; in ResizeBilinearKernel2x2() local4627 input_ptr += -input_x_offset + input_y_offset; in ResizeBilinearKernel2x2()4680 float32x4_t x0y1 = vld1q_f32(input_ptr + input_y_offset); in ResizeBilinearKernel2x2()4681 float32x4_t x1y1 = vld1q_f32(input_ptr + input_x_offset + input_y_offset); in ResizeBilinearKernel2x2()4712 float x0y1 = input_data[input_offset + input_y_offset]; in ResizeBilinearKernel2x2()4713 float x1y1 = input_data[input_offset + input_x_offset + input_y_offset]; in ResizeBilinearKernel2x2()4736 float x0y1 = input_data[input_offset + input_y_offset]; in ResizeBilinearKernel2x2()4737 float x1y1 = input_data[input_offset + input_x_offset + input_y_offset]; in ResizeBilinearKernel2x2()