FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "dv.h"
#include "dv_profile_internal.h"
#include "dv_tablegen.h"
#include "fdctdsp.h"
#include "internal.h"
#include "mathops.h"
#include "me_cmp.h"
#include "pixblockdsp.h"
#include "put_bits.h"
Go to the source code of this file.
Data Structures | |
struct | EncBlockInfo |
Macros | |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
#define | OFFSET(x) offsetof(DVVideoContext, x) |
Variables | |
static const int | vs_total_ac_bits = (100 * 4 + 68 * 2) * 5 |
static const int | mb_area_start [5] = { 1, 6, 21, 43, 64 } |
static const int | dv_weight_bits = 18 |
static const int | dv_weight_88 [64] |
static const int | dv_weight_248 [64] |
static const AVOption | dv_options [] |
static const AVClass | dvvideo_encode_class |
AVCodec | ff_dvvideo_encoder |
DV encoder
Definition in file dvenc.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
#define OFFSET | ( | x | ) | offsetof(DVVideoContext, x) |
|
static |
|
static |
Definition at line 137 of file dvenc.c.
Referenced by dv_encode_ac().
|
static |
Definition at line 143 of file dvenc.c.
Referenced by dv_guess_qnos(), and dv_init_enc_block().
|
static |
Definition at line 163 of file dvenc.c.
Referenced by dv_encode_video_segment().
|
static |
Definition at line 209 of file dvenc.c.
Referenced by dv_init_enc_block().
|
static |
Definition at line 246 of file dvenc.c.
Referenced by dv_encode_video_segment().
|
inlinestatic |
Definition at line 353 of file dvenc.c.
Referenced by dv_encode_video_segment().
|
static |
Definition at line 425 of file dvenc.c.
Referenced by dvvideo_encode_frame().
|
inlinestatic |
Definition at line 565 of file dvenc.c.
Referenced by dv_format_frame().
|
inlinestatic |
Definition at line 642 of file dvenc.c.
Referenced by dv_format_frame().
Definition at line 654 of file dvenc.c.
Referenced by dv_format_frame().
|
static |
Definition at line 674 of file dvenc.c.
Referenced by dvvideo_encode_frame().
|
static |
|
static |
Definition at line 93 of file dvenc.c.
Referenced by dv_encode_video_segment(), and dv_guess_qnos().
|
static |
Definition at line 94 of file dvenc.c.
Referenced by dv_guess_qnos(), and dv_init_enc_block().
|
static |
Definition at line 224 of file dvenc.c.
Referenced by dv_init_enc_block().
|
static |
Definition at line 225 of file dvenc.c.
Referenced by dv_init_enc_block().
|
static |
Definition at line 235 of file dvenc.c.
Referenced by dv_init_enc_block().
|
static |
|
static |
AVCodec ff_dvvideo_encoder |