FFmpeg
Loading...
Searching...
No Matches
vp89_rac.h File Reference

Range decoder functions common to VP8 and VP9. More...

#include <stdint.h>
#include "libavutil/attributes.h"
#include "vpx_rac.h"

Go to the source code of this file.

Functions

static av_always_inline int vp89_rac_get (VPXRangeCoder *c)
 
static av_unused int vp89_rac_get_uint (VPXRangeCoder *c, int bits)
 
static av_always_inline int vp89_rac_get_tree (VPXRangeCoder *c, const int8_t(*tree)[2], const uint8_t *probs)
 

Detailed Description

Range decoder functions common to VP8 and VP9.

Definition in file vp89_rac.h.

Function Documentation

◆ vp89_rac_get()

◆ vp89_rac_get_uint()

◆ vp89_rac_get_tree()

static av_always_inline int vp89_rac_get_tree ( VPXRangeCoder * c,
const int8_t(*) tree[2],
const uint8_t * probs )
static