FFmpeg
|
#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/h264chroma.h"
Go to the source code of this file.
Macros | |
#define | CHROMA_MC(OP, NUM, DEPTH, OPT) |
#define CHROMA_MC | ( | OP, | |
NUM, | |||
DEPTH, | |||
OPT | |||
) |
void ff_put_h264_chroma_mc8_rnd_mmx | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_x86().
void ff_avg_h264_chroma_mc8_rnd_mmxext | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_x86().
void ff_avg_h264_chroma_mc8_rnd_3dnow | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_x86().
Referenced by ff_h264chroma_init_x86().
void ff_avg_h264_chroma_mc4_mmxext | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_x86().
Referenced by ff_h264chroma_init_x86().
void ff_put_h264_chroma_mc2_mmxext | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_x86().
void ff_avg_h264_chroma_mc2_mmxext | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_x86().
void ff_put_h264_chroma_mc8_rnd_ssse3 | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_x86().
Referenced by ff_h264chroma_init_x86().
void ff_avg_h264_chroma_mc8_rnd_ssse3 | ( | uint8_t * | dst, |
uint8_t * | src, | ||
int | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_x86().
Referenced by ff_h264chroma_init_x86().
av_cold void ff_h264chroma_init_x86 | ( | H264ChromaContext * | c, |
int | bit_depth | ||
) |
Definition at line 70 of file h264chroma_init.c.
Referenced by ff_h264chroma_init().