FFmpeg
Functions
lagarithrac.c File Reference
#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

◆ ff_lag_rac_init()

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().