Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h2369 #define dct_bfly32o(out0, out1, a,b,bias,s) \ in stbi__idct_simd() macro
2413 dct_bfly32o(row0,row7, x0,x7,bias,shift); \ in stbi__idct_simd()
2414 dct_bfly32o(row1,row6, x1,x6,bias,shift); \ in stbi__idct_simd()
2415 dct_bfly32o(row2,row5, x2,x5,bias,shift); \ in stbi__idct_simd()
2416 dct_bfly32o(row3,row4, x3,x4,bias,shift); \ in stbi__idct_simd()
2503 #undef dct_bfly32o in stbi__idct_simd()
2555 #define dct_bfly32o(out0,out1, a,b,shiftop,s) \ in stbi__idct_simd() macro
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()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h2369 #define dct_bfly32o(out0, out1, a,b,bias,s) \ in stbi__idct_simd() macro
2413 dct_bfly32o(row0,row7, x0,x7,bias,shift); \ in stbi__idct_simd()
2414 dct_bfly32o(row1,row6, x1,x6,bias,shift); \ in stbi__idct_simd()
2415 dct_bfly32o(row2,row5, x2,x5,bias,shift); \ in stbi__idct_simd()
2416 dct_bfly32o(row3,row4, x3,x4,bias,shift); \ in stbi__idct_simd()
2503 #undef dct_bfly32o in stbi__idct_simd()
2555 #define dct_bfly32o(out0,out1, a,b,shiftop,s) \ in stbi__idct_simd() macro
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()
[all …]