FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
huffyuvdsp.h File Reference
#include <stdint.h>
#include "config.h"

Go to the source code of this file.

Data Structures

struct  HuffYUVDSPContext
 

Macros

#define B   0
 
#define G   1
 
#define R   2
 
#define A   3
 

Functions

void ff_huffyuvdsp_init (HuffYUVDSPContext *c)
 
void ff_huffyuvdsp_init_ppc (HuffYUVDSPContext *c)
 
void ff_huffyuvdsp_init_x86 (HuffYUVDSPContext *c)
 

Macro Definition Documentation

#define B   0

Definition at line 31 of file huffyuvdsp.h.

#define G   1

Definition at line 32 of file huffyuvdsp.h.

#define R   2

Definition at line 33 of file huffyuvdsp.h.

#define A   3

Definition at line 34 of file huffyuvdsp.h.

Function Documentation

void ff_huffyuvdsp_init ( HuffYUVDSPContext c)

Definition at line 108 of file huffyuvdsp.c.

Referenced by decode_init(), lag_decode_init(), magy_decode_init(), and vble_decode_init().

void ff_huffyuvdsp_init_ppc ( HuffYUVDSPContext c)

Definition at line 54 of file huffyuvdsp_altivec.c.

void ff_huffyuvdsp_init_x86 ( HuffYUVDSPContext c)

Definition at line 86 of file huffyuvdsp_init.c.

Referenced by ff_huffyuvdsp_init().