Searched refs:dct_trn8_8 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 2668 #define dct_trn8_8(x, y) { uint8x8x2_t t = vtrn_u8(x, y); x = t.val[0]; y = t.val[1]; } in stbi__idct_simd() macro 2676 dct_trn8_8(p0, p1); in stbi__idct_simd() 2677 dct_trn8_8(p2, p3); in stbi__idct_simd() 2678 dct_trn8_8(p4, p5); in stbi__idct_simd() 2679 dct_trn8_8(p6, p7); in stbi__idct_simd() 2703 #undef dct_trn8_8 in stbi__idct_simd()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 2668 #define dct_trn8_8(x, y) { uint8x8x2_t t = vtrn_u8(x, y); x = t.val[0]; y = t.val[1]; } in stbi__idct_simd() macro 2676 dct_trn8_8(p0, p1); in stbi__idct_simd() 2677 dct_trn8_8(p2, p3); in stbi__idct_simd() 2678 dct_trn8_8(p4, p5); in stbi__idct_simd() 2679 dct_trn8_8(p6, p7); in stbi__idct_simd() 2703 #undef dct_trn8_8 in stbi__idct_simd()
|