dnxhddata.h File Reference
#include <stdint.h>
#include "avcodec.h"

Go to the source code of this file.

Data Structures

struct  CIDEntry
 

Typedefs

typedef struct CIDEntry CIDEntry
 

Functions

int ff_dnxhd_get_cid_table (int cid)
 
int ff_dnxhd_find_cid (AVCodecContext *avctx, int bit_depth)
 

Variables

const CIDEntry ff_dnxhd_cid_table []
 

Typedef Documentation

typedef struct CIDEntry CIDEntry

Function Documentation

int ff_dnxhd_find_cid ( AVCodecContext avctx,
int  bit_depth 
)

Definition at line 1147 of file dnxhddata.c.

Referenced by dnxhd_encode_init().

int ff_dnxhd_get_cid_table ( int  cid)

Definition at line 1138 of file dnxhddata.c.

Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().

Variable Documentation

const CIDEntry ff_dnxhd_cid_table[]

Definition at line 1065 of file dnxhddata.c.

Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().