Searched refs:idct_block_kernel (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 | 1816 void (*idct_block_kernel)(stbi_uc *out, int out_stride, short data[64]); member 2771 … z->idct_block_kernel(z->img_comp[n].data+z->img_comp[n].w2*j*8+i*8, z->img_comp[n].w2, data); in stbi__parse_entropy_coded_data() 2799 … z->idct_block_kernel(z->img_comp[n].data+z->img_comp[n].w2*y2+x2, z->img_comp[n].w2, data); in stbi__parse_entropy_coded_data() 2896 … z->idct_block_kernel(z->img_comp[n].data+z->img_comp[n].w2*j*8+i*8, z->img_comp[n].w2, data); in stbi__jpeg_finish() 3598 j->idct_block_kernel = stbi__idct_block; in stbi__setup_jpeg() 3604 j->idct_block_kernel = stbi__idct_simd; in stbi__setup_jpeg() 3611 j->idct_block_kernel = stbi__idct_simd; in stbi__setup_jpeg()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 1816 void (*idct_block_kernel)(stbi_uc *out, int out_stride, short data[64]); member 2771 … z->idct_block_kernel(z->img_comp[n].data+z->img_comp[n].w2*j*8+i*8, z->img_comp[n].w2, data); in stbi__parse_entropy_coded_data() 2799 … z->idct_block_kernel(z->img_comp[n].data+z->img_comp[n].w2*y2+x2, z->img_comp[n].w2, data); in stbi__parse_entropy_coded_data() 2896 … z->idct_block_kernel(z->img_comp[n].data+z->img_comp[n].w2*j*8+i*8, z->img_comp[n].w2, data); in stbi__jpeg_finish() 3598 j->idct_block_kernel = stbi__idct_block; in stbi__setup_jpeg() 3604 j->idct_block_kernel = stbi__idct_simd; in stbi__setup_jpeg() 3611 j->idct_block_kernel = stbi__idct_simd; in stbi__setup_jpeg()
|