Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h2553 #define dct_wadd(out, a, b) \ in stbi__idct_simd() macro
2567 dct_wadd(sum, abiased, b); \ in stbi__idct_simd()
2593 dct_wadd(x0, t0e, t3e); \ in stbi__idct_simd()
2595 dct_wadd(x1, t1e, t2e); \ in stbi__idct_simd()
2603 dct_wadd(x4, y0o, y4o); \ in stbi__idct_simd()
2604 dct_wadd(x5, y1o, y5o); \ in stbi__idct_simd()
2605 dct_wadd(x6, y2o, y5o); \ in stbi__idct_simd()
2606 dct_wadd(x7, y3o, y4o); \ in stbi__idct_simd()
2695 #undef dct_wadd in stbi__idct_simd() macro
2739 #define dct_wadd(ou in stbi__idct_simd() macro
2905 #undef dct_wadd stbi__idct_simd() macro
[all...]

Completed in 7 milliseconds