FFmpeg  4.4.4
Data Structures | Functions | Variables
av1_frame_merge_bsf.c File Reference
#include "bsf.h"
#include "bsf_internal.h"
#include "cbs.h"
#include "cbs_av1.h"

Go to the source code of this file.

Data Structures

struct  AV1FMergeContext
 

Functions

static void av1_frame_merge_flush (AVBSFContext *bsf)
 
static int av1_frame_merge_filter (AVBSFContext *bsf, AVPacket *out)
 
static int av1_frame_merge_init (AVBSFContext *bsf)
 
static void av1_frame_merge_close (AVBSFContext *bsf)
 

Variables

static enum AVCodecID av1_frame_merge_codec_ids []
 
const AVBitStreamFilter ff_av1_frame_merge_bsf
 

Function Documentation

◆ av1_frame_merge_flush()

static void av1_frame_merge_flush ( AVBSFContext bsf)
static

Definition at line 34 of file av1_frame_merge_bsf.c.

Referenced by av1_frame_merge_filter().

◆ av1_frame_merge_filter()

static int av1_frame_merge_filter ( AVBSFContext bsf,
AVPacket out 
)
static

Definition at line 44 of file av1_frame_merge_bsf.c.

◆ av1_frame_merge_init()

static int av1_frame_merge_init ( AVBSFContext bsf)
static

Definition at line 121 of file av1_frame_merge_bsf.c.

◆ av1_frame_merge_close()

static void av1_frame_merge_close ( AVBSFContext bsf)
static

Definition at line 138 of file av1_frame_merge_bsf.c.

Variable Documentation

◆ av1_frame_merge_codec_ids

enum AVCodecID av1_frame_merge_codec_ids[]
static
Initial value:
= {
}
@ AV_CODEC_ID_NONE
Definition: codec_id.h:47
@ AV_CODEC_ID_AV1
Definition: codec_id.h:279

Definition at line 138 of file av1_frame_merge_bsf.c.

◆ ff_av1_frame_merge_bsf

const AVBitStreamFilter ff_av1_frame_merge_bsf
Initial value:
= {
.name = "av1_frame_merge",
.priv_data_size = sizeof(AV1FMergeContext),
}
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)
Definition: avrndec.c:31
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: cfhddsp.c:27

Definition at line 154 of file av1_frame_merge_bsf.c.