FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | NB_DV_VLC 409 |
Variables | |
const uint8_t | ff_dv_quant_shifts [22][4] |
const uint8_t | ff_dv_quant_offset [4] |
const int | ff_dv_iweight_88 [64] |
const int | ff_dv_iweight_248 [64] |
const int | ff_dv_iweight_1080_y [64] |
The "inverse" DV100 weights are actually just the spec weights (zig-zagged). | |
const int | ff_dv_iweight_1080_c [64] |
const int | ff_dv_iweight_720_y [64] |
const int | ff_dv_iweight_720_c [64] |
const uint16_t | ff_dv_vlc_bits [NB_DV_VLC] |
const uint8_t | ff_dv_vlc_len [NB_DV_VLC] |
const uint8_t | ff_dv_vlc_run [NB_DV_VLC] |
const uint8_t | ff_dv_vlc_level [NB_DV_VLC] |
#define NB_DV_VLC 409 |
Definition at line 34 of file dvdata.h.
Referenced by dv_vlc_map_tableinit(), and ff_dvvideo_init().
const uint8_t ff_dv_quant_shifts[22][4] |
Definition at line 32 of file dvdata.c.
Referenced by dv_guess_qnos(), and ff_dv_init_dynamic_tables().
const uint8_t ff_dv_quant_offset[4] |
Definition at line 57 of file dvdata.c.
Referenced by dv_decode_video_segment(), and dv_guess_qnos().
const int ff_dv_iweight_88[64] |
Definition at line 59 of file dvdata.c.
Referenced by ff_dv_init_dynamic_tables().
const int ff_dv_iweight_248[64] |
Definition at line 69 of file dvdata.c.
Referenced by ff_dv_init_dynamic_tables().
const int ff_dv_iweight_1080_y[64] |
The "inverse" DV100 weights are actually just the spec weights (zig-zagged).
Definition at line 83 of file dvdata.c.
Referenced by ff_dv_init_dynamic_tables().
const int ff_dv_iweight_1080_c[64] |
Definition at line 93 of file dvdata.c.
Referenced by ff_dv_init_dynamic_tables().
const int ff_dv_iweight_720_y[64] |
Definition at line 103 of file dvdata.c.
Referenced by ff_dv_init_dynamic_tables().
const int ff_dv_iweight_720_c[64] |
Definition at line 113 of file dvdata.c.
Referenced by ff_dv_init_dynamic_tables().
const uint16_t ff_dv_vlc_bits[NB_DV_VLC] |
Definition at line 129 of file dvdata.c.
Referenced by dv_vlc_map_tableinit(), and ff_dvvideo_init().
Definition at line 184 of file dvdata.c.
Referenced by dv_vlc_map_tableinit(), and ff_dvvideo_init().
Definition at line 239 of file dvdata.c.
Referenced by dv_vlc_map_tableinit(), and ff_dvvideo_init().
Definition at line 294 of file dvdata.c.
Referenced by dv_vlc_map_tableinit(), and ff_dvvideo_init().