|
| rjpeg__context * | s |
| |
| rjpeg__huffman | huff_dc [4] |
| |
| rjpeg__huffman | huff_ac [4] |
| |
| uint8_t | dequant [4][64] |
| |
| int16_t | 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 |
| |
| uint8_t * data |
| |
| void * raw_data |
| |
| void * raw_coeff |
| |
| uint8_t * linebuf |
| |
| short * coeff |
| |
| int coeff_w |
| |
| int coeff_h |
| |
| } | img_comp [4] |
| |
| uint32_t | 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 )(uint8_t *out, int out_stride, short data[64]) |
| |
| void(* | YCbCr_to_RGB_kernel )(uint8_t *out, const uint8_t *y, const uint8_t *pcb, const uint8_t *pcr, int count, int step) |
| |
| uint8_t *(* | resample_row_hv_2_kernel )(uint8_t *out, uint8_t *in_near, uint8_t *in_far, int w, int hs) |
| |
◆ code_bits
| int rjpeg__jpeg::code_bits |
◆ code_buffer
◆ coeff
| short* rjpeg__jpeg::coeff |
◆ coeff_h
◆ coeff_w
◆ data
◆ dc_pred
◆ dequant
| uint8_t rjpeg__jpeg::dequant[4][64] |
◆ eob_run
◆ fast_ac
◆ h2
◆ ha
◆ hd
◆ huff_ac
◆ huff_dc
◆ id
◆ idct_block_kernel
◆ img_comp
| struct { ... } rjpeg__jpeg::img_comp[4] |
◆ img_h_max
| int rjpeg__jpeg::img_h_max |
◆ img_mcu_h
| int rjpeg__jpeg::img_mcu_h |
◆ img_mcu_w
| int rjpeg__jpeg::img_mcu_w |
◆ img_mcu_x
| int rjpeg__jpeg::img_mcu_x |
◆ img_mcu_y
| int rjpeg__jpeg::img_mcu_y |
◆ img_v_max
| int rjpeg__jpeg::img_v_max |
◆ linebuf
◆ marker
| unsigned char rjpeg__jpeg::marker |
◆ nomore
◆ order
| int rjpeg__jpeg::order[4] |
◆ progressive
| int rjpeg__jpeg::progressive |
◆ raw_coeff
| void * rjpeg__jpeg::raw_coeff |
◆ raw_data
| void* rjpeg__jpeg::raw_data |
◆ resample_row_hv_2_kernel
◆ restart_interval
| int rjpeg__jpeg::restart_interval |
◆ scan_n
◆ spec_end
| int rjpeg__jpeg::spec_end |
◆ spec_start
| int rjpeg__jpeg::spec_start |
◆ succ_high
| int rjpeg__jpeg::succ_high |
◆ succ_low
| int rjpeg__jpeg::succ_low |
◆ todo
◆ tq
◆ w2
◆ YCbCr_to_RGB_kernel
The documentation for this struct was generated from the following file:
- libretro-common/formats/jpeg/rjpeg.c