| 
    FFmpeg
    
   | 
 
#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/x86/cpu.h"#include "libavfilter/vf_pp7.h"Go to the source code of this file.
Functions | |
| void | ff_pp7_dctB_mmx (int16_t *dst, int16_t *src) | 
| av_cold void | ff_pp7_init_x86 (PP7Context *p) | 
| void ff_pp7_dctB_mmx | ( | int16_t * | dst, | 
| int16_t * | src | ||
| ) | 
Referenced by ff_pp7_init_x86().
| av_cold void ff_pp7_init_x86 | ( | PP7Context * | p | ) | 
Definition at line 28 of file vf_pp7_init.c.
Referenced by config_input().
 1.8.17