FFmpeg  4.0
Functions
ffv1_template.c File Reference

Go to the source code of this file.

Functions

static int RENAME() predict (TYPE *src, TYPE *last)
 
static int RENAME() get_context (PlaneContext *p, TYPE *src, TYPE *last, TYPE *last2)
 

Function Documentation

◆ predict()

static int RENAME() predict ( TYPE src,
TYPE last 
)
inlinestatic

Definition at line 23 of file ffv1_template.c.

◆ get_context()

static int RENAME() get_context ( PlaneContext p,
TYPE src,
TYPE last,
TYPE last2 
)
inlinestatic

Definition at line 32 of file ffv1_template.c.

Referenced by decode_line(), and encode_line().