FFmpeg
Classes | Macros | Typedefs | Functions
lagarithrac.h File Reference

Lagarith range decoder. More...

#include <stdint.h>
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "get_bits.h"

Go to the source code of this file.

Classes

struct  lag_rac
 

Macros

#define MAX_OVERREAD   4
 

Typedefs

typedef struct lag_rac lag_rac
 

Functions

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

Detailed Description

Lagarith range decoder.

Author
Nathan Caldwell
David Conrad