Home
last modified time | relevance | path

Searched refs:shiftop (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h2555 #define dct_bfly32o(out0,out1, a,b,shiftop,s) \ in stbi__idct_simd() argument
2559 out0 = vcombine_s16(shiftop(sum_l, s), shiftop(sum_h, s)); \ in stbi__idct_simd()
2560 out1 = vcombine_s16(shiftop(dif_l, s), shiftop(dif_h, s)); \ in stbi__idct_simd()
2563 #define dct_pass(shiftop, shift) \ in stbi__idct_simd() argument
2597 dct_bfly32o(row0,row7, x0,x7,shiftop,shift); \ in stbi__idct_simd()
2598 dct_bfly32o(row1,row6, x1,x6,shiftop,shift); \ in stbi__idct_simd()
2599 dct_bfly32o(row2,row5, x2,x5,shiftop,shift); \ in stbi__idct_simd()
2600 dct_bfly32o(row3,row4, x3,x4,shiftop,shift); \ in stbi__idct_simd()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h2555 #define dct_bfly32o(out0,out1, a,b,shiftop,s) \ in stbi__idct_simd() argument
2559 out0 = vcombine_s16(shiftop(sum_l, s), shiftop(sum_h, s)); \ in stbi__idct_simd()
2560 out1 = vcombine_s16(shiftop(dif_l, s), shiftop(dif_h, s)); \ in stbi__idct_simd()
2563 #define dct_pass(shiftop, shift) \ in stbi__idct_simd() argument
2597 dct_bfly32o(row0,row7, x0,x7,shiftop,shift); \ in stbi__idct_simd()
2598 dct_bfly32o(row1,row6, x1,x6,shiftop,shift); \ in stbi__idct_simd()
2599 dct_bfly32o(row2,row5, x2,x5,shiftop,shift); \ in stbi__idct_simd()
2600 dct_bfly32o(row3,row4, x3,x4,shiftop,shift); \ in stbi__idct_simd()