#include "libavutil/avassert.h"
#include "avcodec.h"
#include "bsf.h"
#include "get_bits.h"
Go to the source code of this file.
#define wloop |
( |
|
mag, |
|
|
|
wr |
|
) |
| |
static void stats |
( |
AVPacket *const * |
in, |
|
|
int |
n_in, |
|
|
unsigned * |
_max, |
|
|
unsigned * |
_sum |
|
) |
| |
|
static |
Initial value:= {
.name = "vp9_superframe",
}
static void flush(AVCodecContext *avctx)
static void vp9_superframe_flush(AVBSFContext *ctx)
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 217 of file vp9_superframe_bsf.c.