Searched refs:prvd (Results 1 – 2 of 2) sorted by relevance
3348 __m128i prvd = _mm_sub_epi16(prev, curr); in stbi__resample_row_hv_2_simd() local3351 __m128i even = _mm_add_epi16(prvd, curb); in stbi__resample_row_hv_2_simd()3387 int16x8_t prvd = vsubq_s16(prev, curr); in stbi__resample_row_hv_2_simd()3389 int16x8_t even = vaddq_s16(curs, prvd); in stbi__resample_row_hv_2_simd()