Searched refs:top_x_res (Results 1 – 1 of 1) sorted by relevance
494 const int64x2_t top_x_res = in ComputeLerp32x2() local501 const int64x2_t bottom_sub_top_x_res = vsubq_s64(bottom_x_res, top_x_res); in ComputeLerp32x2()506 vmlal_s32(top_x_res, bottom_sub_top_32, y_lerp); in ComputeLerp32x2()532 const int16x8_t top_x_res = in ComputeLerp8x8() local540 const int16x8_t bottom_sub_top_x_res = vsubq_s16(bottom_x_res, top_x_res); in ComputeLerp8x8()544 vmlaq_s16(top_x_res, bottom_sub_top, y_lerp); in ComputeLerp8x8()