FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | HuffYUVEncDSPContext |
Functions | |
void | ff_huffyuvencdsp_init (HuffYUVEncDSPContext *c, enum AVPixelFormat pix_fmt) |
void | ff_huffyuvencdsp_init_x86 (HuffYUVEncDSPContext *c, enum AVPixelFormat pix_fmt) |
void ff_huffyuvencdsp_init | ( | HuffYUVEncDSPContext * | c, |
enum AVPixelFormat | pix_fmt | ||
) |
Definition at line 71 of file huffyuvencdsp.c.
Referenced by encode_init().
void ff_huffyuvencdsp_init_x86 | ( | HuffYUVEncDSPContext * | c, |
enum AVPixelFormat | pix_fmt | ||
) |
Definition at line 38 of file huffyuvencdsp_init.c.
Referenced by ff_huffyuvencdsp_init().