|
FFmpeg
|
#include <stdint.h>#include "config.h"Go to the source code of this file.
Data Structures | |
| struct | PP7DSPContext |
Functions | |
| void | ff_pp7dsp_init_x86 (PP7DSPContext *pp7dsp) |
| static void | dctB_c (int16_t *restrict dst, const int16_t *restrict src) |
| static void | ff_pp7dsp_init (PP7DSPContext *pp7dsp) |
| void ff_pp7dsp_init_x86 | ( | PP7DSPContext * | pp7dsp | ) |
Definition at line 28 of file vf_pp7_init.c.
Referenced by ff_pp7dsp_init().
|
static |
Definition at line 35 of file vf_pp7dsp.h.
Referenced by ff_pp7dsp_init().
|
inlinestatic |
Definition at line 56 of file vf_pp7dsp.h.
Referenced by checkasm_check_vf_pp7(), and config_input().
1.8.17