Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h2864 #define dct_trn8_32(x, y) { uint32x2x2_t t = vtrn_u32(vreinterpret_u32_u8(x), vreinterpret_u32_u8(y)); x = vreinterpret_u8_u32(t.val[0]); y = vreinterpret_u8_u32(t.val[1]); } in stbi__idct_simd() macro
2899 #undef dct_trn8_32 in stbi__idct_simd() macro

Completed in 15 milliseconds