#include "libavutil/avassert.h"
#include "avcodec.h"
#include "bsf.h"
#include "get_bits.h"
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_close()
◆ codec_ids
◆ ff_vp9_superframe_bsf
Initial value:= {
.name = "vp9_superframe",
}
static av_cold int init(AVCodecContext *avctx)
static int vp9_superframe_filter(AVBSFContext *ctx, AVPacket *out)
static void filter(int16_t *output, ptrdiff_t out_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len, int clip)
static void vp9_superframe_close(AVBSFContext *ctx)
static int vp9_superframe_init(AVBSFContext *ctx)
static enum AVCodecID codec_ids[]
Definition at line 206 of file vp9_superframe_bsf.c.