Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1996 void (*idct_block_kernel)(stbi_uc *out, int out_stride, short data[64]); member
2965 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()
2993 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()
3090 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()
3821 j->idct_block_kernel = stbi__idct_block; in stbi__setup_jpeg()
3827 j->idct_block_kernel = stbi__idct_simd; in stbi__setup_jpeg()
3834 j->idct_block_kernel = stbi__idct_simd; in stbi__setup_jpeg()

Completed in 12 milliseconds