Searched refs:dct_wsub (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 2558 #define dct_wsub(out, a, b) \ in stbi__idct_simd() macro 2568 dct_wsub(dif, abiased, b); \ in stbi__idct_simd() 2594 dct_wsub(x3, t0e, t3e); \ in stbi__idct_simd() 2596 dct_wsub(x2, t1e, t2e); \ in stbi__idct_simd() 2696 #undef dct_wsub in stbi__idct_simd() macro 2744 #define dct_wsub(out, a, b) \ in stbi__idct_simd() macro 2752 dct_wsub(dif, a, b); \ in stbi__idct_simd() 2769 dct_wsub(x3, t0e, t3e); \ in stbi__idct_simd() 2771 dct_wsub(x2, t1e, t2e); \ in stbi__idct_simd() 2906 #undef dct_wsub in stbi__idct_simd() macro [all...] |
Completed in 9 milliseconds