Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h2539 #define dct_rot(out0,out1, x,y,c0,c1) \ in stbi__idct_simd() macro
2588 dct_rot(t2e,t3e, row2,row6, rot0_0,rot0_1); \ in stbi__idct_simd()
2598 dct_rot(y0o,y2o, row7,row3, rot2_0,rot2_1); \ in stbi__idct_simd()
2599 dct_rot(y1o,y3o, row5,row1, rot3_0,rot3_1); \ in stbi__idct_simd()
2602 dct_rot(y4o,y5o, sum17,sum35, rot1_0,rot1_1); \ in stbi__idct_simd()
2693 #undef dct_rot in stbi__idct_simd() macro

Completed in 13 milliseconds