| FFmpeg
    4.0
    | 
#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) | 
Definition at line 56 of file h264chroma_init.c.
| void ff_put_h264_chroma_mc8_rnd_mmx | ( | uint8_t * | dst, | 
| uint8_t * | src, | ||
| ptrdiff_t | 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, | ||
| ptrdiff_t | 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, | ||
| ptrdiff_t | stride, | ||
| int | h, | ||
| int | x, | ||
| int | y | ||
| ) | 
Referenced by ff_h264chroma_init_x86().
| void ff_put_h264_chroma_mc4_mmx | ( | uint8_t * | dst, | 
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | h, | ||
| int | x, | ||
| int | y | ||
| ) | 
Referenced by ff_h264chroma_init_x86().
| void ff_avg_h264_chroma_mc4_mmxext | ( | uint8_t * | dst, | 
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | h, | ||
| int | x, | ||
| int | y | ||
| ) | 
Referenced by ff_h264chroma_init_x86().
| void ff_avg_h264_chroma_mc4_3dnow | ( | uint8_t * | dst, | 
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | h, | ||
| int | x, | ||
| int | y | ||
| ) | 
Referenced by ff_h264chroma_init_x86().
| void ff_put_h264_chroma_mc2_mmxext | ( | uint8_t * | dst, | 
| uint8_t * | src, | ||
| ptrdiff_t | 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, | ||
| ptrdiff_t | 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, | ||
| ptrdiff_t | stride, | ||
| int | h, | ||
| int | x, | ||
| int | y | ||
| ) | 
Referenced by ff_h264chroma_init_x86().
| void ff_put_h264_chroma_mc4_ssse3 | ( | uint8_t * | dst, | 
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | h, | ||
| int | x, | ||
| int | y | ||
| ) | 
Referenced by ff_h264chroma_init_x86().
| void ff_avg_h264_chroma_mc8_rnd_ssse3 | ( | uint8_t * | dst, | 
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | h, | ||
| int | x, | ||
| int | y | ||
| ) | 
Referenced by ff_h264chroma_init_x86().
| void ff_avg_h264_chroma_mc4_ssse3 | ( | uint8_t * | dst, | 
| uint8_t * | src, | ||
| ptrdiff_t | stride, | ||
| int | h, | ||
| int | x, | ||
| int | y | ||
| ) | 
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().
 1.8.13
 1.8.13