Go to the source code of this file.
◆ MAX_CACHE
◆ wloop
| #define wloop |
( |
| mag, |
|
|
| wr ) |
Value: do { \
for (n = 0; n < n_in; n++) { \
wr; \
ptr += mag + 1; \
} \
} while (0)
Referenced by merge_superframe().
◆ stats()
| static void stats |
( |
AVPacket *const * | in, |
|
|
int | n_in, |
|
|
unsigned * | _max, |
|
|
unsigned * | _sum ) |
|
static |
◆ merge_superframe()
◆ vp9_superframe_filter()
◆ vp9_superframe_init()
◆ vp9_superframe_flush()
◆ vp9_superframe_close()
◆ codec_ids
◆ ff_vp9_superframe_bsf
Initial value:= {
.p.name = "vp9_superframe",
}
static enum AVCodecID codec_ids[]
static av_cold void close(AVCodecParserContext *s)
void(* flush)(AVBSFContext *ctx)
int(* init)(AVBSFContext *ctx)
void(* filter)(uint8_t *src, ptrdiff_t stride, int qscale)
static void vp9_superframe_close(AVBSFContext *ctx)
static int vp9_superframe_filter(AVBSFContext *ctx, AVPacket *pkt)
static void vp9_superframe_flush(AVBSFContext *ctx)
static int vp9_superframe_init(AVBSFContext *ctx)
Definition at line 223 of file vp9_superframe.c.