#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 [] |
int ff_dnxhd_find_cid | ( | AVCodecContext * | avctx, | |
int | bit_depth | |||
) |
int ff_dnxhd_get_cid_table | ( | int | cid | ) |
Definition at line 1021 of file dnxhddata.c.
Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().
const CIDEntry ff_dnxhd_cid_table[] |
Definition at line 948 of file dnxhddata.c.
Referenced by dnxhd_encode_init(), and dnxhd_init_vlc().