Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h3724 __m128i gws = _mm_add_epi16(gwt, cr1); in stbi__YCbCr_to_RGB_simd() local
3729 __m128i gw = _mm_srai_epi16(gws, 4); in stbi__YCbCr_to_RGB_simd()
3778 int16x8_t gws = vaddq_s16(vaddq_s16(yws, cb0), cr1); in stbi__YCbCr_to_RGB_simd() local
3784 o.val[1] = vqrshrun_n_s16(gws, 4); in stbi__YCbCr_to_RGB_simd()

Completed in 12 milliseconds