#include "bsf.h"
#include "bsf_internal.h"
#include "cbs.h"
#include "cbs_av1.h"
Go to the source code of this file.
◆ av1_frame_merge_flush()
◆ av1_frame_merge_filter()
◆ av1_frame_merge_init()
◆ av1_frame_merge_close()
◆ av1_frame_merge_codec_ids
◆ ff_av1_frame_merge_bsf
Initial value:= {
.name = "av1_frame_merge",
}
static enum AVCodecID codec_ids[]
static void flush(AVCodecContext *avctx)
static int av1_frame_merge_filter(AVBSFContext *bsf, AVPacket *out)
static void av1_frame_merge_close(AVBSFContext *bsf)
static int av1_frame_merge_init(AVBSFContext *bsf)
static void av1_frame_merge_flush(AVBSFContext *bsf)
static enum AVCodecID av1_frame_merge_codec_ids[]
static av_cold int init(AVCodecContext *avctx)
static av_always_inline void filter(int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int len, int clip)
Definition at line 154 of file av1_frame_merge_bsf.c.