#include <stdio.h>#include <stdlib.h>#include "config.h"#include "global.h"

Go to the source code of this file.
Data Structures | |
| struct | level_limits |
Defines | |
| #define | SP 5 |
| #define | MP 4 |
| #define | SNR 3 |
| #define | SPAT 2 |
| #define | HP 1 |
| #define | LL 10 |
| #define | ML 8 |
| #define | H14 6 |
| #define | HL 4 |
Functions | |
| void | range_checks () |
| void | profile_and_level_checks () |
Variables | |
| static char | profile_level_defined [5][4] |
| static struct level_limits | maxval_tab [4] |
| #define LL 10 |
Definition at line 74 of file conform.c.
Referenced by av_d2q(), av_dbl2int(), av_encode(), av_int2dbl(), av_resample(), Decimate::decimate_frame(), decode_frame(), decode_init(), dering(), encode_frame(), event_loop(), ff_build_rac_states(), get_context(), TrackCanvas::get_drop_position(), get_server_clock(), getutime(), IVTCMain::IVTCMain(), l1_unscale(), main(), PitchEngine::PitchEngine(), prev_code(), putbits(), quicktime_read_info(), quicktime_write_int64(), quicktime_write_int64_le(), IVTCMain::render_stop(), RTjpeg_idct(), and wma_decode_init().
| #define SNR 3 |
Definition at line 70 of file conform.c.
Referenced by a_bit_allocation_new(), bits_for_nonoise_new(), psycho_4(), and VBR_bit_allocation_new().
| void profile_and_level_checks | ( | ) |
| void range_checks | ( | ) |
struct level_limits maxval_tab[4] [static] |
char profile_level_defined[5][4] [static] |
1.5.5