FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/mem.h"
#include "libavutil/x86/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavfilter/vf_eq.h"
Go to the source code of this file.
Functions | |
void | ff_process_one_line_mmxext (const uint8_t *src, uint8_t *dst, short contrast, short brightness, int w) |
void | ff_process_one_line_sse2 (const uint8_t *src, uint8_t *dst, short contrast, short brightness, int w) |
av_cold void | ff_eq_init_x86 (EQContext *eq) |
void ff_process_one_line_mmxext | ( | const uint8_t * | src, |
uint8_t * | dst, | ||
short | contrast, | ||
short | brightness, | ||
int | w | ||
) |
void ff_process_one_line_sse2 | ( | const uint8_t * | src, |
uint8_t * | dst, | ||
short | contrast, | ||
short | brightness, | ||
int | w | ||
) |
Definition at line 65 of file vf_eq_init.c.
Referenced by ff_eq_init().