Home
last modified time | relevance | path

Searched refs:prvd (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h3571 __m128i prvd = _mm_sub_epi16(prev, curr); in stbi__resample_row_hv_2_simd() local
3574 __m128i even = _mm_add_epi16(prvd, curb); in stbi__resample_row_hv_2_simd()
3610 int16x8_t prvd = vsubq_s16(prev, curr); in stbi__resample_row_hv_2_simd()
3612 int16x8_t even = vaddq_s16(curs, prvd); in stbi__resample_row_hv_2_simd()

Completed in 12 milliseconds