#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.
Data Structures | |
struct | lag_rac |
Functions | |
void | lag_rac_init (lag_rac *l, GetBitContext *gb, int length) |
static void | lag_rac_refill (lag_rac *l) |
static uint8_t | lag_get_rac (lag_rac *l) |
Decode a single byte from the compressed plane described by *l. |
Definition in file lagarithrac.h.
static uint8_t lag_get_rac | ( | lag_rac * | l | ) | [inline, static] |
Decode a single byte from the compressed plane described by *l.
l | pointer to lag_rac for the current plane |
Definition at line 73 of file lagarithrac.h.
Referenced by lag_decode_line().
void lag_rac_init | ( | lag_rac * | l, | |
GetBitContext * | gb, | |||
int | length | |||
) |
static void lag_rac_refill | ( | lag_rac * | l | ) | [inline, static] |