|
Libav
|
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | HuffYUVDSPContext |
Functions | |
| void | ff_huffyuvdsp_init (HuffYUVDSPContext *c) |
| void | ff_huffyuvdsp_init_ppc (HuffYUVDSPContext *c) |
| void | ff_huffyuvdsp_init_x86 (HuffYUVDSPContext *c) |
| void ff_huffyuvdsp_init | ( | HuffYUVDSPContext * | c | ) |
Definition at line 123 of file huffyuvdsp.c.
Referenced by decode_init(), lag_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 105 of file huffyuvdsp_init.c.
Referenced by ff_huffyuvdsp_init().
1.8.8