FFmpeg
|
#include <stdint.h>
#include "config.h"
Go to the source code of this file.
Macros | |
#define | B 0 |
#define | G 1 |
#define | R 2 |
#define | A 3 |
#define | MAX_BITS 16 |
#define | MAX_N (1<<MAX_BITS) |
#define | MAX_VLC_N 16384 |
Enumerations | |
enum | Predictor { LEFT = 0, PLANE, MEDIAN } |
Functions | |
int | ff_huffyuv_generate_bits_table (uint32_t *dst, const uint8_t *len_table, int n) |
huffyuv codec for libavcodec.
Definition in file huffyuv.h.
int ff_huffyuv_generate_bits_table | ( | uint32_t * | dst, |
const uint8_t * | len_table, | ||
int | n | ||
) |
Definition at line 40 of file huffyuv.c.
Referenced by read_huffman_tables(), and store_huffman_tables().