Home
last modified time | relevance | path

Searched defs:dct_trn8_16 (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h2863 #define dct_trn8_16(x, y) { uint16x4x2_t t = vtrn_u16(vreinterpret_u16_u8(x), vreinterpret_u16_u8(y)); x = vreinterpret_u8_u16(t.val[0]); y = vreinterpret_u8_u16(t.val[1]); } in stbi__idct_simd() macro
2898 #undef dct_trn8_16 in stbi__idct_simd() macro

Completed in 16 milliseconds