Searched refs:dct_rot (Results 1 – 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
D | stb_image.h | 2507 #define dct_rot(out0,out1, x,y,c0,c1) \ in stbi__idct_simd() macro 2556 dct_rot(t2e,t3e, row2,row6, rot0_0,rot0_1); \ in stbi__idct_simd() 2566 dct_rot(y0o,y2o, row7,row3, rot2_0,rot2_1); \ in stbi__idct_simd() 2567 dct_rot(y1o,y3o, row5,row1, rot3_0,rot3_1); \ in stbi__idct_simd() 2570 dct_rot(y4o,y5o, sum17,sum35, rot1_0,rot1_1); \ in stbi__idct_simd() 2661 #undef dct_rot in stbi__idct_simd()
|