|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | VP9BSFContext |
Macros | |
| #define | MAX_CACHE 8 |
| #define | wloop(mag, wr) |
Functions | |
| static void | stats (AVPacket *const *in, int n_in, unsigned *_max, unsigned *_sum) |
| static int | merge_superframe (AVPacket *const *in, int n_in, AVPacket *out) |
| static int | vp9_superframe_filter (AVBSFContext *ctx, AVPacket *out) |
| static int | vp9_superframe_init (AVBSFContext *ctx) |
| static void | vp9_superframe_flush (AVBSFContext *ctx) |
| static void | vp9_superframe_close (AVBSFContext *ctx) |
Variables | |
| static enum AVCodecID | codec_ids [] |
| const AVBitStreamFilter | ff_vp9_superframe_bsf |
| #define MAX_CACHE 8 |
Definition at line 27 of file vp9_superframe_bsf.c.
| #define wloop | ( | mag, | |
| wr | |||
| ) |
Definition at line 33 of file vp9_superframe_bsf.c.
Referenced by ff_huff_gen_len_table(), ff_rtp_check_and_send_back_rr(), filter_frame(), merge_superframe(), queue_frames(), and X264_init().
Definition at line 51 of file vp9_superframe_bsf.c.
Referenced by vp9_superframe_filter().
|
static |
Definition at line 100 of file vp9_superframe_bsf.c.
|
static |
Definition at line 177 of file vp9_superframe_bsf.c.
|
static |
Definition at line 192 of file vp9_superframe_bsf.c.
|
static |
Definition at line 203 of file vp9_superframe_bsf.c.
|
static |
Definition at line 213 of file vp9_superframe_bsf.c.
| const AVBitStreamFilter ff_vp9_superframe_bsf |
Definition at line 217 of file vp9_superframe_bsf.c.
1.8.17