Searched refs:dct_long_mac (Results 1 – 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
D | stb_image.h | 2698 #define dct_long_mac(out, acc, inq, coeff) \ in stbi__idct_simd() macro 2730 dct_long_mac(t2e, p1e, row6, rot0_1); \ in stbi__idct_simd() 2731 dct_long_mac(t3e, p1e, row2, rot0_2); \ in stbi__idct_simd() 2747 dct_long_mac(p1o, p5o, sum17, rot1_1); \ in stbi__idct_simd() 2748 dct_long_mac(p2o, p5o, sum35, rot1_2); \ in stbi__idct_simd() 2755 dct_long_mac(x4, sump13o, row7, rot3_0); \ in stbi__idct_simd() 2756 dct_long_mac(x5, sump24o, row5, rot3_1); \ in stbi__idct_simd() 2757 dct_long_mac(x6, sump23o, row3, rot3_2); \ in stbi__idct_simd() 2758 dct_long_mac(x7, sump14o, row1, rot3_3); \ in stbi__idct_simd() 2871 #undef dct_long_mac in stbi__idct_simd()
|