FFmpeg
|
#include <stdint.h>
#include "libavutil/mem_internal.h"
#include "mpegvideo.h"
#include "dnxhddata.h"
Go to the source code of this file.
Data Structures | |
struct | RCCMPEntry |
struct | RCEntry |
struct | DNXHDEncContext |
Functions | |
void | ff_dnxhdenc_init (DNXHDEncContext *ctx) |
void | ff_dnxhdenc_init_x86 (DNXHDEncContext *ctx) |
void ff_dnxhdenc_init | ( | DNXHDEncContext * | ctx | ) |
Definition at line 1377 of file dnxhdenc.c.
Referenced by dnxhd_encode_init().
void ff_dnxhdenc_init_x86 | ( | DNXHDEncContext * | ctx | ) |
Definition at line 31 of file dnxhdenc_init.c.
Referenced by ff_dnxhdenc_init().