FFmpeg
Loading...
Searching...
No Matches
ffv1_template.c File Reference

Go to the source code of this file.

Functions

static int predict_TMPL (TYPE *src, TYPE *last)
 
static int get_context_TMPL (const int16_t quant_table[MAX_CONTEXT_INPUTS][MAX_QUANT_TABLE_SIZE], TYPE *src, TYPE *last, TYPE *last2)
 

Function Documentation

◆ predict_TMPL()

static int predict_TMPL ( TYPE * src,
TYPE * last )
inlinestatic

Definition at line 23 of file ffv1_template.c.

◆ get_context_TMPL()

static int get_context_TMPL ( const int16_t quant_table[MAX_CONTEXT_INPUTS][MAX_QUANT_TABLE_SIZE],
TYPE * src,
TYPE * last,
TYPE * last2 )
inlinestatic

Definition at line 32 of file ffv1_template.c.