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

Go to the source code of this file.

Functions

static av_always_inline int RENAME() decode_line (FFV1Context *s, int w, TYPE *sample[2], int plane_index, int bits)
 
static int RENAME() decode_rgb_frame (FFV1Context *s, uint8_t *src[4], int w, int h, int stride[4])
 

Function Documentation

◆ decode_line()

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

Definition at line 25 of file ffv1dec_template.c.

Referenced by decode_plane(), and decode_rgb_frame().

◆ decode_rgb_frame()

static int RENAME() decode_rgb_frame ( FFV1Context s,
uint8_t *  src[4],
int  w,
int  h,
int  stride[4] 
)
static

Definition at line 130 of file ffv1dec_template.c.

Referenced by decode_slice().