|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | HuffYUVDSPContext |
Functions | |
| void | ff_huffyuvdsp_init (HuffYUVDSPContext *c, enum AVPixelFormat pix_fmt) |
| void | ff_huffyuvdsp_init_x86 (HuffYUVDSPContext *c, enum AVPixelFormat pix_fmt) |
| void ff_huffyuvdsp_init | ( | HuffYUVDSPContext * | c, |
| enum AVPixelFormat | pix_fmt | ||
| ) |
Definition at line 84 of file huffyuvdsp.c.
Referenced by checkasm_check_huffyuvdsp(), and decode_init().
| void ff_huffyuvdsp_init_x86 | ( | HuffYUVDSPContext * | c, |
| enum AVPixelFormat | pix_fmt | ||
| ) |
Definition at line 36 of file huffyuvdsp_init.c.
Referenced by ff_huffyuvdsp_init().
1.8.17