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

Go to the source code of this file.

Functions

static av_always_inline int decode_line_TMPL (FFV1Context *s, int w, TYPE *sample[2], int plane_index, int bits)
 
static void decode_rgb_frame_TMPL (FFV1Context *s, uint8_t *src[3], int w, int h, int stride[3])
 

Function Documentation

static av_always_inline int decode_line_TMPL ( FFV1Context s,
int  w,
TYPE sample[2],
int  plane_index,
int  bits 
)
static

Definition at line 23 of file ffv1dec_template.c.

static void decode_rgb_frame_TMPL ( FFV1Context s,
uint8_t src[3],
int  w,
int  h,
int  stride[3] 
)
static

Definition at line 110 of file ffv1dec_template.c.