Searched refs:dct_bfly32o (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 2563 #define dct_bfly32o(out0, out1, a,b,bias,s) \ in stbi__idct_simd() macro 2607 dct_bfly32o(row0,row7, x0,x7,bias,shift); \ in stbi__idct_simd() 2608 dct_bfly32o(row1,row6, x1,x6,bias,shift); \ in stbi__idct_simd() 2609 dct_bfly32o(row2,row5, x2,x5,bias,shift); \ in stbi__idct_simd() 2610 dct_bfly32o(row3,row4, x3,x4,bias,shift); \ in stbi__idct_simd() 2697 #undef dct_bfly32o in stbi__idct_simd() macro 2749 #define dct_bfly32o(out0,out1, a,b,shiftop,s) \ in stbi__idct_simd() macro 2791 dct_bfly32o(row0,row7, x0,x7,shiftop,shift); \ in stbi__idct_simd() 2792 dct_bfly32o(row1,row6, x1,x6,shiftop,shift); \ in stbi__idct_simd() 2793 dct_bfly32o(row in stbi__idct_simd() 2907 #undef dct_bfly32o stbi__idct_simd() macro [all...] |
Completed in 7 milliseconds