Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h2819 #define dct_trn64(x, y) { int16x8_t x0 = x; int16x8_t y0 = y; x = vcombine_s16(vget_low_s16(x0), vget_low_s16(y0)); y = vcombine_s16(vget_high_s16(x0), vget_high_s16(y0)); } in stbi__idct_simd() macro
2834 dct_trn64(row0, row4); // a0b0c0d0e0f0g0h0 in stbi__idct_simd()
2835 dct_trn64(row1, row5); in stbi__idct_simd()
2836 dct_trn64(row2, row6); in stbi__idct_simd()
2837 dct_trn64(row3, row7); in stbi__idct_simd()
2841 #undef dct_trn64 in stbi__idct_simd() macro

Completed in 11 milliseconds