FFmpeg
|
#include "libavutil/internal.h"
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "dv.h"
#include "dvdata.h"
#include "internal.h"
#include "put_bits.h"
#include "simple_idct.h"
Go to the source code of this file.
Functions | |
static void | dv_calc_mb_coordinates (const AVDVProfile *d, int chan, int seq, int slot, uint16_t *tbl) |
int | ff_dv_init_dynamic_tables (DVVideoContext *ctx, const AVDVProfile *d) |
av_cold int | ff_dvvideo_init (AVCodecContext *avctx) |
Variables | |
RL_VLC_ELEM | ff_dv_rl_vlc [1664] |
DV codec.
Definition in file dv.c.
|
inlinestatic |
Definition at line 54 of file dv.c.
Referenced by ff_dv_init_dynamic_tables().
int ff_dv_init_dynamic_tables | ( | DVVideoContext * | ctx, |
const AVDVProfile * | d | ||
) |
Definition at line 175 of file dv.c.
Referenced by dvvideo_decode_frame(), and dvvideo_encode_init().
av_cold int ff_dvvideo_init | ( | AVCodecContext * | avctx | ) |
Definition at line 198 of file dv.c.
Referenced by dvvideo_decode_init(), and dvvideo_encode_init().
RL_VLC_ELEM ff_dv_rl_vlc[1664] |
Definition at line 52 of file dv.c.
Referenced by dv_decode_ac(), and ff_dvvideo_init().