![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
void* j_decompress_ptr::ac_huff_tbl_ptrs[NUM_HUFF_TBLS] |
unsigned char j_decompress_ptr::arith_ac_K[NUM_ARITH_TBLS] |
unsigned char j_decompress_ptr::arith_dc_L[NUM_ARITH_TBLS] |
unsigned char j_decompress_ptr::arith_dc_U[NUM_ARITH_TBLS] |
jpeg_component_info* j_decompress_ptr::comp_info |
jpeg_component_info* j_decompress_ptr::cur_comp_info[MAX_COMPS_IN_SCAN] |
void* j_decompress_ptr::dc_huff_tbl_ptrs[NUM_HUFF_TBLS] |
J_DCT_METHOD j_decompress_ptr::dct_method |
J_DITHER_MODE j_decompress_ptr::dither_mode |
struct jpeg_error_mgr* j_decompress_ptr::err |
Definition at line 224 of file jpeg.c.
Referenced by JPEG_ErrorExit(), and JPEG_LoadImage_BGRA().
JDIMENSION j_decompress_ptr::image_height |
JDIMENSION j_decompress_ptr::image_width |
JDIMENSION j_decompress_ptr::input_iMCU_row |
J_COLOR_SPACE j_decompress_ptr::jpeg_color_space |
int j_decompress_ptr::MCU_membership[D_MAX_BLOCKS_IN_MCU] |
JDIMENSION j_decompress_ptr::MCU_rows_in_scan |
JDIMENSION j_decompress_ptr::MCUs_per_row |
struct jpeg_memory_mgr* j_decompress_ptr::mem |
J_COLOR_SPACE j_decompress_ptr::out_color_space |
int j_decompress_ptr::output_components |
Definition at line 259 of file jpeg.c.
Referenced by JPEG_LoadImage_BGRA().
JDIMENSION j_decompress_ptr::output_height |
Definition at line 255 of file jpeg.c.
Referenced by JPEG_LoadImage_BGRA().
JDIMENSION j_decompress_ptr::output_iMCU_row |
JDIMENSION j_decompress_ptr::output_scanline |
Definition at line 265 of file jpeg.c.
Referenced by JPEG_LoadImage_BGRA().
JDIMENSION j_decompress_ptr::output_width |
Definition at line 253 of file jpeg.c.
Referenced by JPEG_LoadImage_BGRA().
void* j_decompress_ptr::quant_tbl_ptrs[NUM_QUANT_TBLS] |
unsigned int j_decompress_ptr::scale_denom |
Definition at line 239 of file jpeg.c.
Referenced by JPEG_LoadImage_BGRA().
unsigned int j_decompress_ptr::scale_num |
Definition at line 239 of file jpeg.c.
Referenced by JPEG_LoadImage_BGRA().
struct jpeg_source_mgr* j_decompress_ptr::src |
JDIMENSION j_decompress_ptr::total_iMCU_rows |