Data Fields | |
const DVprofile * | sys |
AVFrame | picture |
AVCodecContext * | avctx |
uint8_t * | buf |
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 |
AVCodecContext* DVVideoContext::avctx |
Definition at line 56 of file dv.c.
Referenced by dv_decode_video_segment(), dv_guess_dct_mode(), dv_write_pack(), and dvvideo_init().
uint8_t* DVVideoContext::buf |
Definition at line 57 of file dv.c.
Referenced by dv_calculate_mb_xy(), dv_decode_video_segment(), and dv_encode_video_segment().
uint8_t DVVideoContext::dv_zigzag[2][64] |
Definition at line 59 of file dv.c.
Referenced by dv_decode_video_segment(), and dvvideo_init().
Definition at line 62 of file dv.c.
Referenced by dv_init_enc_block(), and dvvideo_init().
Definition at line 61 of file dv.c.
Referenced by dv_init_enc_block(), and dvvideo_init().
Definition at line 63 of file dv.c.
Referenced by dv_decode_video_segment(), and dvvideo_init().
me_cmp_func DVVideoContext::ildct_cmp |
Definition at line 64 of file dv.c.
Referenced by dv_guess_dct_mode(), and dvvideo_init().
AVFrame DVVideoContext::picture |
Definition at line 55 of file dv.c.
Referenced by dv_decode_video_segment(), dv_encode_video_segment(), dvvideo_close(), and dvvideo_init().
const DVprofile* DVVideoContext::sys |
Definition at line 54 of file dv.c.
Referenced by dv_calculate_mb_xy(), dv_decode_video_segment(), dv_encode_video_segment(), and dv_write_pack().