FFmpeg
Classes | Macros | Typedefs | Enumerations | Functions
huffyuv.h File Reference

huffyuv codec for libavcodec. More...

#include <stdint.h>
#include "avcodec.h"
#include "bswapdsp.h"
#include "get_bits.h"
#include "huffyuvdsp.h"
#include "huffyuvencdsp.h"
#include "put_bits.h"
#include "lossless_videodsp.h"
#include "lossless_videoencdsp.h"

Go to the source code of this file.

Classes

struct  HYuvContext
 

Macros

#define VLC_BITS   12
 
#define MAX_BITS   16
 
#define MAX_N   (1<<MAX_BITS)
 
#define MAX_VLC_N   16384
 

Typedefs

typedef enum Predictor Predictor
 
typedef struct HYuvContext HYuvContext
 

Enumerations

enum  Predictor { LEFT = 0, PLANE, MEDIAN }
 

Functions

void ff_huffyuv_common_init (AVCodecContext *s)
 
void ff_huffyuv_common_end (HYuvContext *s)
 
int ff_huffyuv_alloc_temp (HYuvContext *s)
 
int ff_huffyuv_generate_bits_table (uint32_t *dst, const uint8_t *len_table, int n)
 

Detailed Description

huffyuv codec for libavcodec.