|
stbi__context * | s |
|
stbi__huffman | huff_dc [4] |
|
stbi__huffman | huff_ac [4] |
|
stbi_uc | dequant [4][64] |
|
stbi__int16 | fast_ac [4][1<< FAST_BITS] |
|
int | img_h_max |
|
int | img_v_max |
|
int | img_mcu_x |
|
int | img_mcu_y |
|
int | img_mcu_w |
|
int | img_mcu_h |
|
struct { |
int id |
|
int h |
|
int v |
|
int tq |
|
int hd |
|
int ha |
|
int dc_pred |
|
int x |
|
int y |
|
int w2 |
|
int h2 |
|
stbi_uc * data |
|
void * raw_data |
|
void * raw_coeff |
|
stbi_uc * linebuf |
|
short * coeff |
|
int coeff_w |
|
int coeff_h |
|
} | img_comp [4] |
|
stbi__uint32 | code_buffer |
|
int | code_bits |
|
unsigned char | marker |
|
int | nomore |
|
int | progressive |
|
int | spec_start |
|
int | spec_end |
|
int | succ_high |
|
int | succ_low |
|
int | eob_run |
|
int | scan_n |
|
int | order [4] |
|
int | restart_interval |
|
int | todo |
|
void(* | idct_block_kernel )(stbi_uc *out, int out_stride, short data[64]) |
|
void(* | YCbCr_to_RGB_kernel )(stbi_uc *out, const stbi_uc *y, const stbi_uc *pcb, const stbi_uc *pcr, int count, int step) |
|
stbi_uc *(* | resample_row_hv_2_kernel )(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) |
|