Home
last modified time | relevance | path

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

Completed in 15 milliseconds