#include "libavutil/rational.h"
#include "avcodec.h"
#include "dvdata.h"
Go to the source code of this file.
Functions | |
const DVprofile * | ff_dv_frame_profile (const DVprofile *sys, const uint8_t *frame, unsigned buf_size) |
const DVprofile * | ff_dv_codec_profile (AVCodecContext *codec) |
Variables | |
static DVwork_chunk | work_chunks_dv25pal [1 *12 *27] |
static DVwork_chunk | work_chunks_dv25pal411 [1 *12 *27] |
static DVwork_chunk | work_chunks_dv25ntsc [1 *10 *27] |
static DVwork_chunk | work_chunks_dv50pal [2 *12 *27] |
static DVwork_chunk | work_chunks_dv50ntsc [2 *10 *27] |
static DVwork_chunk | work_chunks_dv100palp [2 *12 *27] |
static DVwork_chunk | work_chunks_dv100ntscp [2 *10 *27] |
static DVwork_chunk | work_chunks_dv100pali [4 *12 *27] |
static DVwork_chunk | work_chunks_dv100ntsci [4 *10 *27] |
static uint32_t | dv_idct_factor_sd [2 *2 *22 *64] |
static uint32_t | dv_idct_factor_hd1080 [2 *4 *16 *64] |
static uint32_t | dv_idct_factor_hd720 [2 *4 *16 *64] |
static const DVprofile | dv_profiles [] |
Definition in file dvdata.c.
const DVprofile* ff_dv_codec_profile | ( | AVCodecContext * | codec | ) |
Definition at line 275 of file dvdata.c.
Referenced by dv_frame_offset(), dv_init_mux(), and dvvideo_init_encoder().
uint32_t dv_idct_factor_hd1080[2 *4 *16 *64] [static] |
uint32_t dv_idct_factor_hd720[2 *4 *16 *64] [static] |
uint32_t dv_idct_factor_sd[2 *2 *22 *64] [static] |
const DVprofile dv_profiles[] [static] |
DVwork_chunk work_chunks_dv100ntsci[4 *10 *27] [static] |
DVwork_chunk work_chunks_dv100ntscp[2 *10 *27] [static] |
DVwork_chunk work_chunks_dv100pali[4 *12 *27] [static] |
DVwork_chunk work_chunks_dv100palp[2 *12 *27] [static] |
DVwork_chunk work_chunks_dv25ntsc[1 *10 *27] [static] |
DVwork_chunk work_chunks_dv25pal[1 *12 *27] [static] |
DVwork_chunk work_chunks_dv25pal411[1 *12 *27] [static] |
DVwork_chunk work_chunks_dv50ntsc[2 *10 *27] [static] |
DVwork_chunk work_chunks_dv50pal[2 *12 *27] [static] |