FFmpeg
Loading...
Searching...
No Matches
dv.c File Reference

DV codec. More...

#include <stdint.h>
#include "libavutil/pixfmt.h"
#include "dv_internal.h"
#include "dv_profile.h"

Go to the source code of this file.

Functions

static void dv_calc_mb_coordinates (const AVDVProfile *d, int chan, int seq, int slot, uint16_t *tbl)
 
void ff_dv_init_dynamic_tables (DVwork_chunk *work_chunks, const AVDVProfile *d)
 

Detailed Description

DV codec.

Definition in file dv.c.

Function Documentation

◆ dv_calc_mb_coordinates()

static void dv_calc_mb_coordinates ( const AVDVProfile * d,
int chan,
int seq,
int slot,
uint16_t * tbl )
inlinestatic

Definition at line 48 of file dv.c.

Referenced by ff_dv_init_dynamic_tables().

◆ ff_dv_init_dynamic_tables()

void ff_dv_init_dynamic_tables ( DVwork_chunk * work_chunks,
const AVDVProfile * d )

Definition at line 170 of file dv.c.

Referenced by dvvideo_decode_frame(), and dvvideo_encode_init().