Home
last modified time | relevance | path

Searched defs:bws (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h3671 __m128i bws = _mm_add_epi16(yws, cb1); in stbi__YCbCr_to_RGB_simd() local
3727 int16x8_t bws = vaddq_s16(yws, cb1); in stbi__YCbCr_to_RGB_simd() local
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image.h3664 __m128i bws = _mm_add_epi16(yws, cb1); in stbi__YCbCr_to_RGB_simd() local
3720 int16x8_t bws = vaddq_s16(yws, cb1); in stbi__YCbCr_to_RGB_simd() local