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