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

/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h2366 #define dct_trn8_8(x, y) { uint8x8x2_t t = vtrn_u8(x, y); x = t.val[0]; y = t.val[1]; } macro
2374 dct_trn8_8(p0, p1);
2375 dct_trn8_8(p2, p3);
2376 dct_trn8_8(p4, p5);
2377 dct_trn8_8(p6, p7);
2401 #undef dct_trn8_8 macro

Completed in 42 milliseconds