Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h2862 #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
2870 dct_trn8_8(p0, p1); in stbi__idct_simd()
2871 dct_trn8_8(p2, p3); in stbi__idct_simd()
2872 dct_trn8_8(p4, p5); in stbi__idct_simd()
2873 dct_trn8_8(p6, p7); in stbi__idct_simd()
2897 #undef dct_trn8_8 in stbi__idct_simd() macro

Completed in 11 milliseconds