FFmpeg
|
proresdsp_init.c File Reference
Include dependency graph for proresdsp_init.c:
Go to the source code of this file.
Functions | |
void | ff_prores_idct_put_10_sse2 (uint16_t *dst, int linesize, int16_t *block, const int16_t *qmat) |
void | ff_prores_idct_put_10_sse4 (uint16_t *dst, int linesize, int16_t *block, const int16_t *qmat) |
void | ff_prores_idct_put_10_avx (uint16_t *dst, int linesize, int16_t *block, const int16_t *qmat) |
void | ff_proresdsp_x86_init (ProresDSPContext *dsp, AVCodecContext *avctx) |
Function Documentation
void ff_prores_idct_put_10_avx | ( | uint16_t * | dst, |
int | linesize, | ||
int16_t * | block, | ||
const int16_t * | qmat | ||
) |
Referenced by ff_proresdsp_x86_init().
void ff_prores_idct_put_10_sse2 | ( | uint16_t * | dst, |
int | linesize, | ||
int16_t * | block, | ||
const int16_t * | qmat | ||
) |
Referenced by ff_proresdsp_x86_init().
void ff_prores_idct_put_10_sse4 | ( | uint16_t * | dst, |
int | linesize, | ||
int16_t * | block, | ||
const int16_t * | qmat | ||
) |
Referenced by ff_proresdsp_x86_init().
void ff_proresdsp_x86_init | ( | ProresDSPContext * | dsp, |
AVCodecContext * | avctx | ||
) |
Definition at line 34 of file proresdsp_init.c.
Referenced by ff_proresdsp_init().
Generated on Fri Dec 20 2024 06:56:15 for FFmpeg by 1.8.11