FFmpeg
Loading...
Searching...
No Matches
ffv1dec_template.c File Reference
#include "ffv1_template.c"

Go to the source code of this file.

Functions

static av_always_inline int decode_line_TMPL (FFV1Context *f, FFV1SliceContext *sc, GetBitContext *gb, int w, TYPE *sample[2], int plane_index, int bits, int ac)
 
static int decode_rgb_frame_TMPL (FFV1Context *f, FFV1SliceContext *sc, GetBitContext *gb, uint8_t *src[4], int w, int h, int stride[4])
 

Function Documentation

◆ decode_line_TMPL()

static av_always_inline int decode_line_TMPL ( FFV1Context * f,
FFV1SliceContext * sc,
GetBitContext * gb,
int w,
TYPE * sample[2],
int plane_index,
int bits,
int ac )
static

Definition at line 26 of file ffv1dec_template.c.

◆ decode_rgb_frame_TMPL()

static int decode_rgb_frame_TMPL ( FFV1Context * f,
FFV1SliceContext * sc,
GetBitContext * gb,
uint8_t * src[4],
int w,
int h,
int stride[4] )
static

Definition at line 140 of file ffv1dec_template.c.