FFmpeg
Functions
vp9prob.c File Reference
#include "vp9.h"
#include "vp9dec.h"

Go to the source code of this file.

Functions

static av_always_inline void adapt_prob (uint8_t *p, unsigned ct0, unsigned ct1, int max_count, int update_factor)
 
void ff_vp9_adapt_probs (VP9Context *s)
 

Function Documentation

◆ adapt_prob()

static av_always_inline void adapt_prob ( uint8_t *  p,
unsigned  ct0,
unsigned  ct1,
int  max_count,
int  update_factor 
)
static

Definition at line 27 of file vp9prob.c.

Referenced by ff_vp9_adapt_probs().

◆ ff_vp9_adapt_probs()

void ff_vp9_adapt_probs ( VP9Context s)

Definition at line 44 of file vp9prob.c.

Referenced by vp9_decode_frame().