FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
lagarithrac.c File Reference

Lagarith range decoder. More...

#include "get_bits.h"
#include "lagarithrac.h"

Go to the source code of this file.

Functions

void ff_lag_rac_init (lag_rac *l, GetBitContext *gb, int length)
 

Detailed Description

Lagarith range decoder.

Author
Nathan Caldwell
David Conrad

Definition in file lagarithrac.c.

Function Documentation

void ff_lag_rac_init ( lag_rac l,
GetBitContext gb,
int  length 
)

Definition at line 33 of file lagarithrac.c.

Referenced by lag_decode_arith_plane().