|
FFmpeg
|
#include <dvdata.h>
Data Fields | |
| const DVprofile * | sys |
| AVFrame * | frame |
| AVCodecContext * | avctx |
| uint8_t * | buf |
| uint8_t | dv_zigzag [2][64] |
| void(* | get_pixels )(int16_t *block, const uint8_t *pixels, int line_size) |
| void(* | fdct [2])(int16_t *block) |
| void(* | idct_put [2])(uint8_t *dest, int line_size, int16_t *block) |
| me_cmp_func | ildct_cmp |
| const DVprofile* DVVideoContext::sys |
Definition at line 36 of file dvdata.h.
Referenced by dv_calculate_mb_xy(), dv_decode_video_segment(), dv_encode_video_segment(), dv_write_pack(), and dvvideo_decode_frame().
| AVFrame* DVVideoContext::frame |
Definition at line 37 of file dvdata.h.
Referenced by dv_decode_video_segment(), dv_encode_video_segment(), dv_write_pack(), and dvvideo_decode_frame().
| AVCodecContext* DVVideoContext::avctx |
Definition at line 38 of file dvdata.h.
Referenced by dv_decode_video_segment(), dv_guess_dct_mode(), dv_write_pack(), and ff_dvvideo_init().
| uint8_t* DVVideoContext::buf |
Definition at line 39 of file dvdata.h.
Referenced by dv_calculate_mb_xy(), dv_decode_video_segment(), dv_encode_video_segment(), and dvvideo_decode_frame().
| 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().
Definition at line 43 of file dvdata.h.
Referenced by dv_init_enc_block(), and ff_dvvideo_init().
Definition at line 44 of file dvdata.h.
Referenced by dv_init_enc_block(), and ff_dvvideo_init().
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().
1.8.2