FFmpeg
|
Constants for DV codec. More...
Go to the source code of this file.
Variables | |
const uint8_t | ff_dv_quant_shifts [22][4] |
const uint8_t | ff_dv_quant_offset [4] = { 6, 3, 0, 1 } |
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] |
Constants for DV codec.
Definition in file dvdata.c.
const uint8_t ff_dv_quant_shifts[22][4] |
Definition at line 31 of file dvdata.c.
Referenced by dv_guess_qnos(), and ff_dv_init_dynamic_tables().
const uint8_t ff_dv_quant_offset[4] = { 6, 3, 0, 1 } |
Definition at line 56 of file dvdata.c.
Referenced by dv_decode_video_segment(), and dv_guess_qnos().
const int ff_dv_iweight_88[64] |
Definition at line 58 of file dvdata.c.
Referenced by ff_dv_init_dynamic_tables().
const int ff_dv_iweight_248[64] |
Definition at line 68 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 82 of file dvdata.c.
Referenced by ff_dv_init_dynamic_tables().
const int ff_dv_iweight_1080_c[64] |
Definition at line 92 of file dvdata.c.
Referenced by ff_dv_init_dynamic_tables().
const int ff_dv_iweight_720_y[64] |
Definition at line 102 of file dvdata.c.
Referenced by ff_dv_init_dynamic_tables().
const int ff_dv_iweight_720_c[64] |
Definition at line 112 of file dvdata.c.
Referenced by ff_dv_init_dynamic_tables().