DVVideoContext Struct Reference

#include <dvdata.h>

Data Fields

const DVprofilesys
AVFrame picture
AVCodecContextavctx
uint8_tbuf
uint8_t dv_zigzag [2][64]
void(* get_pixels )(DCTELEM *block, const uint8_t *pixels, int line_size)
void(* fdct [2])(DCTELEM *block)
void(* idct_put [2])(uint8_t *dest, int line_size, DCTELEM *block)
me_cmp_func ildct_cmp

Detailed Description

Definition at line 35 of file dvdata.h.

Field Documentation

AVCodecContext* DVVideoContext::avctx

Definition at line 38 of file dvdata.h.

Referenced by dv_guess_dct_mode(), dv_write_pack(), and ff_dvvideo_init().

uint8_t* DVVideoContext::buf
uint8_t DVVideoContext::dv_zigzag[2][64]

Definition at line 41 of file dvdata.h.

Referenced by dv_decode_video_segment(), and ff_dvvideo_init().

void(* DVVideoContext::fdct[2])(DCTELEM *block)

Definition at line 44 of file dvdata.h.

Referenced by dv_init_enc_block(), and ff_dvvideo_init().

void(* DVVideoContext::get_pixels)(DCTELEM *block, const uint8_t *pixels, int line_size)

Definition at line 43 of file dvdata.h.

Referenced by dv_init_enc_block(), and ff_dvvideo_init().

void(* DVVideoContext::idct_put[2])(uint8_t *dest, int line_size, DCTELEM *block)

Definition at line 45 of file dvdata.h.

Referenced by dv_decode_video_segment(), and ff_dvvideo_init().

me_cmp_func DVVideoContext::ildct_cmp

Definition at line 46 of file dvdata.h.

Referenced by dv_guess_dct_mode(), and ff_dvvideo_init().

AVFrame DVVideoContext::picture
const DVprofile* DVVideoContext::sys

The documentation for this struct was generated from the following file: