Libav
|
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) |
void | ff_dnxhd_list_cid (AVCodecContext *avctx) |
Variables | |
const CIDEntry | ff_dnxhd_cid_table [] |
int ff_dnxhd_get_cid_table | ( | int | cid | ) |
Definition at line 1178 of file dnxhddata.c.
Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().
int ff_dnxhd_find_cid | ( | AVCodecContext * | avctx, |
int | bit_depth | ||
) |
Definition at line 1187 of file dnxhddata.c.
Referenced by dnxhd_encode_init().
void ff_dnxhd_list_cid | ( | AVCodecContext * | avctx | ) |
Definition at line 1207 of file dnxhddata.c.
Referenced by dnxhd_encode_init().
const CIDEntry ff_dnxhd_cid_table[] |
Definition at line 1077 of file dnxhddata.c.
Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().