Searched refs:top_right_sub_top_left (Results 1 – 1 of 1) sorted by relevance
484 const int32x2_t top_right_sub_top_left = vsub_s32(top_right, top_left); in ComputeLerp32x2() local486 vmlal_s32(top_left_x_res, top_right_sub_top_left, x_lerp); in ComputeLerp32x2()521 const int16x8_t top_right_sub_top_left = in ComputeLerp8x8() local524 vmlaq_s16(top_left_x_res, top_right_sub_top_left, x_lerp); in ComputeLerp8x8()