![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
void* j_compress_ptr::ac_huff_tbl_ptrs[NUM_HUFF_TBLS] |
unsigned char j_compress_ptr::arith_ac_K[NUM_ARITH_TBLS] |
unsigned char j_compress_ptr::arith_dc_L[NUM_ARITH_TBLS] |
unsigned char j_compress_ptr::arith_dc_U[NUM_ARITH_TBLS] |
jpeg_component_info* j_compress_ptr::comp_info |
Definition at line 339 of file jpeg.c.
Referenced by JPEG_SaveImage_preflipped(), and JPEG_try_SaveImage_to_Buffer().
jpeg_component_info* j_compress_ptr::cur_comp_info[MAX_COMPS_IN_SCAN] |
void* j_compress_ptr::dc_huff_tbl_ptrs[NUM_HUFF_TBLS] |
J_DCT_METHOD j_compress_ptr::dct_method |
void* j_compress_ptr::dest |
Definition at line 329 of file jpeg.c.
Referenced by JPEG_try_SaveImage_to_Buffer().
struct jpeg_error_mgr* j_compress_ptr::err |
Definition at line 322 of file jpeg.c.
Referenced by JPEG_SaveImage_preflipped(), and JPEG_SaveImage_to_Buffer().
JDIMENSION j_compress_ptr::image_height |
Definition at line 331 of file jpeg.c.
Referenced by JPEG_SaveImage_preflipped(), and JPEG_try_SaveImage_to_Buffer().
JDIMENSION j_compress_ptr::image_width |
Definition at line 330 of file jpeg.c.
Referenced by JPEG_SaveImage_preflipped(), and JPEG_try_SaveImage_to_Buffer().
J_COLOR_SPACE j_compress_ptr::in_color_space |
Definition at line 333 of file jpeg.c.
Referenced by JPEG_SaveImage_preflipped(), and JPEG_try_SaveImage_to_Buffer().
int j_compress_ptr::input_components |
Definition at line 332 of file jpeg.c.
Referenced by JPEG_SaveImage_preflipped(), and JPEG_try_SaveImage_to_Buffer().
J_COLOR_SPACE j_compress_ptr::jpeg_color_space |
int j_compress_ptr::MCU_membership[C_MAX_BLOCKS_IN_MCU] |
JDIMENSION j_compress_ptr::MCU_rows_in_scan |
JDIMENSION j_compress_ptr::MCUs_per_row |
struct jpeg_memory_mgr* j_compress_ptr::mem |
JDIMENSION j_compress_ptr::next_scanline |
Definition at line 366 of file jpeg.c.
Referenced by JPEG_SaveImage_preflipped(), and JPEG_try_SaveImage_to_Buffer().
jboolean j_compress_ptr::optimize_coding |
Definition at line 351 of file jpeg.c.
Referenced by JPEG_SaveImage_preflipped(), and JPEG_try_SaveImage_to_Buffer().
void* j_compress_ptr::quant_tbl_ptrs[NUM_QUANT_TBLS] |
JDIMENSION j_compress_ptr::total_iMCU_rows |