FFmpeg
Data Structures | Functions
dv_internal.h File Reference
#include <stdint.h>
#include "dv.h"
#include "dv_profile.h"

Go to the source code of this file.

Data Structures

struct  DVwork_chunk
 

Functions

void 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)
 

Function Documentation

◆ ff_dv_init_dynamic_tables()

void 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().

◆ dv_work_pool_size()

static int dv_work_pool_size ( const AVDVProfile d)
inlinestatic

Definition at line 37 of file dv_internal.h.

Referenced by dvvideo_decode_frame(), and dvvideo_encode_frame().

◆ dv_calculate_mb_xy()

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 
)
inlinestatic

Definition at line 47 of file dv_internal.h.

Referenced by dv_decode_video_segment(), and dv_encode_video_segment().