DV codec. More...
#include "libavutil/pixdesc.h"#include "avcodec.h"#include "dsputil.h"#include "get_bits.h"#include "put_bits.h"#include "simple_idct.h"#include "dvdata.h"#include "dv_tablegen.h"Go to the source code of this file.
Data Structures | |
| struct | DVVideoContext |
| struct | BlockInfo |
| struct | EncBlockInfo |
Macros | |
| #define | TEX_VLC_BITS 9 |
Typedefs | |
| typedef struct DVVideoContext | DVVideoContext |
| typedef struct BlockInfo | BlockInfo |
| typedef struct EncBlockInfo | EncBlockInfo |
Variables | |
| static RL_VLC_ELEM | dv_rl_vlc [1184] |
| static const int | vs_total_ac_bits = (100 * 4 + 68*2) * 5 |
| static const int | mb_area_start [5] = { 1, 6, 21, 43, 64 } |
DV codec.
Definition in file dv.c.
| #define TEX_VLC_BITS 9 |
Definition at line 67 of file dv.c.
Referenced by decode_block_intra(), dv_decode_ac(), dvvideo_init(), h263_decode_block(), mdec_decode_block_intra(), mpeg1_decode_block_inter(), mpeg1_decode_block_intra(), mpeg1_fast_decode_block_inter(), mpeg2_decode_block_intra(), mpeg2_decode_block_non_intra(), mpeg2_fast_decode_block_intra(), mpeg2_fast_decode_block_non_intra(), and mpeg4_decode_block().
| typedef struct DVVideoContext DVVideoContext |
| typedef struct EncBlockInfo EncBlockInfo |
|
inlinestatic |
Definition at line 438 of file dv.c.
Referenced by dv_decode_video_segment().
|
inlinestatic |
Definition at line 82 of file dv.c.
Referenced by dv_init_dynamic_tables().
|
inlinestatic |
Definition at line 450 of file dv.c.
Referenced by dv_decode_video_segment(), and dv_encode_video_segment().
|
static |
Definition at line 381 of file dv.c.
Referenced by dv_decode_video_segment().
|
static |
|
static |
Definition at line 711 of file dv.c.
Referenced by dv_encode_video_segment().
|
static |
|
static |
Definition at line 754 of file dv.c.
Referenced by dv_init_enc_block().
|
inlinestatic |
Definition at line 861 of file dv.c.
Referenced by dv_encode_video_segment().
|
static |
|
static |
Definition at line 767 of file dv.c.
Referenced by dv_encode_video_segment().
|
static |
Definition at line 685 of file dv.c.
Referenced by dv_encode_ac().
|
static |
Definition at line 691 of file dv.c.
Referenced by dv_guess_qnos(), and dv_init_enc_block().
|
inlinestatic |
Definition at line 72 of file dv.c.
Referenced by dv_init_dynamic_tables().
|
inlinestatic |
|
static |
|
static |
Definition at line 258 of file dv.c.
Referenced by dvvideo_init_encoder().
|
static |
|
inlinestatic |
Definition at line 375 of file dv.c.
Referenced by dv_encode_ac().
|
static |
|
static |
Definition at line 373 of file dv.c.
Referenced by dv_guess_qnos(), and dv_init_enc_block().
|
static |
Definition at line 372 of file dv.c.
Referenced by dv_encode_video_segment(), and dv_guess_qnos().