Home
last modified time | relevance | path

Searched refs:dct_trn8_8 (Results 1 – 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
Dstb_image.h2830 #define dct_trn8_8(x, y) { uint8x8x2_t t = vtrn_u8(x, y); x = t.val[0]; y = t.val[1]; } in stbi__idct_simd() macro
2838 dct_trn8_8(p0, p1); in stbi__idct_simd()
2839 dct_trn8_8(p2, p3); in stbi__idct_simd()
2840 dct_trn8_8(p4, p5); in stbi__idct_simd()
2841 dct_trn8_8(p6, p7); in stbi__idct_simd()
2865 #undef dct_trn8_8 in stbi__idct_simd()