FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vp9prob.c File Reference
#include "vp56.h"
#include "vp9.h"
#include "vp9data.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

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

Definition at line 29 of file vp9prob.c.

Referenced by ff_vp9_adapt_probs().

void ff_vp9_adapt_probs ( VP9Context s)

Definition at line 46 of file vp9prob.c.

Referenced by vp9_decode_frame().