h264chroma.h File Reference
#include <stdint.h>
Include dependency graph for h264chroma.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  H264ChromaContext
 

Typedefs

typedef void(* h264_chroma_mc_func) (uint8_t *dst, uint8_t *src, int srcStride, int h, int x, int y)
 
typedef struct H264ChromaContext H264ChromaContext
 

Functions

void ff_h264chroma_init (H264ChromaContext *c, int bit_depth)
 
void ff_h264chroma_init_arm (H264ChromaContext *c, int bit_depth)
 
void ff_h264chroma_init_ppc (H264ChromaContext *c, int bit_depth)
 
void ff_h264chroma_init_sh4 (H264ChromaContext *c, int bit_depth)
 
void ff_h264chroma_init_x86 (H264ChromaContext *c, int bit_depth)
 

Typedef Documentation

typedef void(* h264_chroma_mc_func) (uint8_t *dst, uint8_t *src, int srcStride, int h, int x, int y)

Definition at line 24 of file h264chroma.h.

Function Documentation

void ff_h264chroma_init_arm ( H264ChromaContext c,
int  bit_depth 
)

Definition at line 37 of file h264chroma_init_arm.c.

Referenced by ff_h264chroma_init().

void ff_h264chroma_init_ppc ( H264ChromaContext c,
int  bit_depth 
)

Definition at line 52 of file ppc/h264chroma_init.c.

Referenced by ff_h264chroma_init().

void ff_h264chroma_init_sh4 ( H264ChromaContext c,
int  bit_depth 
)

Definition at line 120 of file sh4/h264chroma_init.c.

Referenced by ff_h264chroma_init().

void ff_h264chroma_init_x86 ( H264ChromaContext c,
int  bit_depth 
)

Definition at line 69 of file x86/h264chroma_init.c.

Referenced by ff_h264chroma_init().