Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h3723 __m128i bws = _mm_add_epi16(yws, cb1); in stbi__YCbCr_to_RGB_simd() local
3728 __m128i bw = _mm_srai_epi16(bws, 4); in stbi__YCbCr_to_RGB_simd()
3779 int16x8_t bws = vaddq_s16(yws, cb1); in stbi__YCbCr_to_RGB_simd() local
3785 o.val[2] = vqrshrun_n_s16(bws, 4); in stbi__YCbCr_to_RGB_simd()

Completed in 12 milliseconds