Searched refs:stbi__grow_buffer_unsafe (Results 1 – 2 of 2) sorted by relevance
1890 static void stbi__grow_buffer_unsafe(stbi__jpeg *j) in stbi__grow_buffer_unsafe() function1917 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j); in stbi__jpeg_huff_decode()1970 if (j->code_bits < n) stbi__grow_buffer_unsafe(j); in stbi__extend_receive()1985 if (j->code_bits < n) stbi__grow_buffer_unsafe(j); in stbi__jpeg_get_bits()1996 if (j->code_bits < 1) stbi__grow_buffer_unsafe(j); in stbi__jpeg_get_bit()2026 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j); in stbi__jpeg_decode_block()2043 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j); in stbi__jpeg_decode_block()2079 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j); in stbi__jpeg_decode_block_prog_dc()2117 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j); in stbi__jpeg_decode_block_prog_ac()2774 if (z->code_bits < 24) stbi__grow_buffer_unsafe(z); in stbi__parse_entropy_coded_data()[all …]