#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 |
( |
const struct CachedBuf * |
in, |
|
|
int |
n_in, |
|
|
unsigned * |
_max, |
|
|
unsigned * |
_sum |
|
) |
| |
|
static |
static int merge_superframe |
( |
const struct CachedBuf * |
in, |
|
|
int |
n_in, |
|
|
AVPacket * |
out |
|
) |
| |
|
static |
Initial value:= {
.name = "vp9_superframe",
}
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, uint8_t clip)
static void vp9_superframe_close(AVBSFContext *ctx)
static enum AVCodecID codec_ids[]
Definition at line 199 of file vp9_superframe_bsf.c.