Home
last modified time | relevance | path

Searched defs: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
2897 #undef dct_trn8_8 in stbi__idct_simd() macro

Completed in 15 milliseconds