FFmpeg
|
h264chroma.h
Go to the documentation of this file.
24 typedef void (*h264_chroma_mc_func)(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int srcStride, int h, int x, int y);
void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth)
Definition: h264chroma_init_arm.c:37
struct H264ChromaContext H264ChromaContext
void ff_h264chroma_init_sh4(H264ChromaContext *c, int bit_depth)
Definition: sh4/h264chroma_init.c:120
void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth)
Definition: ppc/h264chroma_init.c:52
Definition: h264chroma.h:26
void ff_h264chroma_init(H264ChromaContext *c, int bit_depth)
Definition: h264chroma.c:38
void(* h264_chroma_mc_func)(uint8_t *dst, uint8_t *src, int srcStride, int h, int x, int y)
Definition: h264chroma.h:24
h264_chroma_mc_func avg_h264_chroma_pixels_tab[3]
Definition: h264chroma.h:28
void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth)
Definition: x86/h264chroma_init.c:69
h264_chroma_mc_func put_h264_chroma_pixels_tab[3]
Definition: h264chroma.h:27
Generated on Mon Nov 18 2024 06:51:55 for FFmpeg by 1.8.11