FFmpeg
Functions
ffv1enc_template.c File Reference
#include "ffv1_template.c"

Go to the source code of this file.

Functions

static av_always_inline int RENAME() encode_line (FFV1Context *f, FFV1SliceContext *sc, void *logctx, int w, TYPE *sample[3], int plane_index, int bits, int ac, int pass1)
 
static int RENAME() encode_rgb_frame (FFV1Context *f, FFV1SliceContext *sc, const uint8_t *src[4], int w, int h, const int stride[4])
 

Function Documentation

◆ encode_line()

static av_always_inline int RENAME() encode_line ( FFV1Context f,
FFV1SliceContext sc,
void *  logctx,
int  w,
TYPE sample[3],
int  plane_index,
int  bits,
int  ac,
int  pass1 
)
static

Definition at line 26 of file ffv1enc_template.c.

Referenced by encode_plane(), and encode_rgb_frame().

◆ encode_rgb_frame()

static int RENAME() encode_rgb_frame ( FFV1Context f,
FFV1SliceContext sc,
const uint8_t *  src[4],
int  w,
int  h,
const int  stride[4] 
)
static

Definition at line 130 of file ffv1enc_template.c.

Referenced by encode_slice().