FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ffv1enc_template.c File Reference

Go to the source code of this file.

Functions

static av_always_inline int encode_line_TMPL (FFV1Context *s, int w, TYPE *sample[3], int plane_index, int bits)
 
static int encode_rgb_frame_TMPL (FFV1Context *s, const uint8_t *src[4], int w, int h, const int stride[4])
 

Function Documentation

static av_always_inline int encode_line_TMPL ( FFV1Context s,
int  w,
TYPE sample[3],
int  plane_index,
int  bits 
)
static

Definition at line 23 of file ffv1enc_template.c.

static int encode_rgb_frame_TMPL ( FFV1Context s,
const uint8_t src[4],
int  w,
int  h,
const int  stride[4] 
)
static

Definition at line 125 of file ffv1enc_template.c.