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 | 
Definition at line 52 of file dv.c.
Definition at line 55 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 56 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] | 
| void(* DVVideoContext::fdct[2])(DCTELEM *block) | 
Referenced by dv_init_enc_block(), and dvvideo_init().
| void(* DVVideoContext::get_pixels)(DCTELEM *block, const uint8_t *pixels, int line_size) | 
Referenced by dv_init_enc_block(), and dvvideo_init().
| void(* DVVideoContext::idct_put[2])(uint8_t *dest, int line_size, DCTELEM *block) | 
Referenced by dv_decode_video_segment(), and dvvideo_init().
Definition at line 54 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 53 of file dv.c.
Referenced by dv_calculate_mb_xy(), dv_decode_video_segment(), dv_encode_video_segment(), and dv_write_pack().
 1.5.8