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

Go to the source code of this file.

Data Structures

struct  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 []

Function Documentation

int ff_dnxhd_find_cid ( AVCodecContext avctx,
int  bit_depth 
)

Definition at line 1146 of file dnxhddata.c.

Referenced by dnxhd_encode_init().

int ff_dnxhd_get_cid_table ( int  cid)

Definition at line 1137 of file dnxhddata.c.

Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().

Variable Documentation

const CIDEntry ff_dnxhd_cid_table[]

Definition at line 1064 of file dnxhddata.c.

Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().