Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dstb_image.h2052 static void stbi__grow_buffer_unsafe(stbi__jpeg *j) in stbi__grow_buffer_unsafe() function
2079 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j); in stbi__jpeg_huff_decode()
2132 if (j->code_bits < n) stbi__grow_buffer_unsafe(j); in stbi__extend_receive()
2146 if (j->code_bits < n) stbi__grow_buffer_unsafe(j); in stbi__jpeg_get_bits()
2157 if (j->code_bits < 1) stbi__grow_buffer_unsafe(j); in stbi__jpeg_get_bit()
2187 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j); in stbi__jpeg_decode_block()
2204 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j); in stbi__jpeg_decode_block()
2240 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j); in stbi__jpeg_decode_block_prog_dc()
2279 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j); in stbi__jpeg_decode_block_prog_ac()
2936 if (z->code_bits < 24) stbi__grow_buffer_unsafe(z); in stbi__parse_entropy_coded_data()
[all …]