#include <stdio.h>


Go to the source code of this file.
Defines | |
| #define | SUCCESS 0 |
| #define | FAILURE 1 |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | WARN(format, args...) |
| #define | ERROR(format, args...) (WARN(format, ## args), FAILURE) |
| #define ERROR | ( | format, | |||
| args... | ) | (WARN(format, ## args), FAILURE) |
| #define FALSE 0 |
Definition at line 10 of file error.h.
Referenced by available_bits(), global_init(), main_bit_allocation(), main_bit_allocation_new(), open_bit_stream_w(), parse_args(), psycho_1_hann_fft_pickmax(), psycho_1_subsampling(), and psycho_1_tonal_label().
| #define TRUE 1 |
Definition at line 9 of file error.h.
Referenced by bcast_empty_output_buffer(), compress_field(), decompress_field(), empty_output_buffer(), fill_input_buffer(), get_audio(), global_init(), kodak_jpeg_load_raw(), main_bit_allocation(), main_bit_allocation_new(), METHODDEF(), new_jpeg_objects(), parse_args(), print_config(), quicktime_compress_jpeg(), quicktime_decompressor_jpeg(), quicktime_encode_jpeg(), quicktime_jpeg_fill_input_buffer(), FileJPEG::read_frame_header(), read_samples(), and toolame().
| #define WARN | ( | format, | |||
| args... | ) |
1.5.5