Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1953 stbi__int16 fast_ac[4][1 << FAST_BITS]; member
2048 static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h) in stbi__build_fast_ac() argument
2053 fast_ac[i] = 0; in stbi__build_fast_ac()
2065 // if the result is small enough, we can fit it in fast_ac table in stbi__build_fast_ac()
2067 fast_ac[i] = (stbi__int16) ((k * 256) + (run * 16) + (len + magbits)); in stbi__build_fast_ac()
2964 if (!stbi__jpeg_decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+ha, z->fast_ac[ha], n, z->dequant[z->img_comp[n].tq])) return 0; in stbi__parse_entropy_coded_data()
2992 if (!stbi__jpeg_decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+ha, z->fast_ac[ha], n, z->dequant[z->img_comp[n].tq])) return 0; in stbi__parse_entropy_coded_data()
3026 if (!stbi__jpeg_decode_block_prog_ac(z, data, &z->huff_ac[ha], z->fast_ac[ha])) in stbi__parse_entropy_coded_data()
3149 stbi__build_fast_ac(z->fast_ac[th], z->huff_ac + th); in stbi__process_marker()

Completed in 12 milliseconds