FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | DVwork_chunk |
Functions | |
int | ff_dv_init_dynamic_tables (DVwork_chunk *work_chunks, const AVDVProfile *d) |
static int | dv_work_pool_size (const AVDVProfile *d) |
static void | dv_calculate_mb_xy (const AVDVProfile *sys, const uint8_t *buf, const DVwork_chunk *work_chunk, int m, int *mb_x, int *mb_y) |
int ff_dv_init_dynamic_tables | ( | DVwork_chunk * | work_chunks, |
const AVDVProfile * | d | ||
) |
Definition at line 169 of file dv.c.
Referenced by dvvideo_decode_frame(), and dvvideo_encode_init().
|
inlinestatic |
Definition at line 37 of file dv_internal.h.
Referenced by dvvideo_decode_frame(), and dvvideo_encode_frame().
|
inlinestatic |
Definition at line 47 of file dv_internal.h.
Referenced by dv_decode_video_segment(), and dv_encode_video_segment().