Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h2818 #define dct_trn32(x, y) { int32x4x2_t t = vtrnq_s32(vreinterpretq_s32_s16(x), vreinterpretq_s32_s16(y)); x = vreinterpretq_s16_s32(t.val[0]); y = vreinterpretq_s16_s32(t.val[1]); } in stbi__idct_simd() macro
2828 dct_trn32(row0, row2); // a0b0c0d0a4b4c4d4 in stbi__idct_simd()
2829 dct_trn32(row1, row3); in stbi__idct_simd()
2830 dct_trn32(row4, row6); in stbi__idct_simd()
2831 dct_trn32(row5, row7); in stbi__idct_simd()
2840 #undef dct_trn32 in stbi__idct_simd() macro

Completed in 12 milliseconds