Go to the documentation of this file.
28 ptrdiff_t
stride,
int h,
int x,
int y);
30 ptrdiff_t
stride,
int h,
int x,
int y);
33 ptrdiff_t
stride,
int h,
int x,
int y);
35 ptrdiff_t
stride,
int h,
int x,
int y);
38 ptrdiff_t
stride,
int h,
int x,
int y);
40 ptrdiff_t
stride,
int h,
int x,
int y);
43 ptrdiff_t
stride,
int h,
int x,
int y);
45 ptrdiff_t
stride,
int h,
int x,
int y);
48 ptrdiff_t
stride,
int h,
int x,
int y);
50 ptrdiff_t
stride,
int h,
int x,
int y);
52 #define CHROMA_MC(OP, NUM, DEPTH, OPT) \
53 void ff_ ## OP ## _h264_chroma_mc ## NUM ## _ ## DEPTH ## _ ## OPT \
54 (uint8_t *dst, const uint8_t *src, \
55 ptrdiff_t stride, int h, int x, int y);
84 c->put_h264_chroma_pixels_tab[2] = ff_put_h264_chroma_mc2_10_mmxext;
85 c->avg_h264_chroma_pixels_tab[2] = ff_avg_h264_chroma_mc2_10_mmxext;
86 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_10_mmxext;
87 c->avg_h264_chroma_pixels_tab[1] = ff_avg_h264_chroma_mc4_10_mmxext;
91 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_10_sse2;
92 c->avg_h264_chroma_pixels_tab[0] = ff_avg_h264_chroma_mc8_10_sse2;
105 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_10_avx;
106 c->avg_h264_chroma_pixels_tab[0] = ff_avg_h264_chroma_mc8_10_avx;
static void bit_depth(AudioStatsContext *s, uint64_t mask, uint64_t imask, AVRational *depth)
#define CHROMA_MC(OP, NUM, DEPTH, OPT)
void ff_put_h264_chroma_mc8_rnd_ssse3(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
av_cold void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth)
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
static atomic_int cpu_flags
void ff_avg_h264_chroma_mc4_ssse3(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not c
void ff_avg_h264_chroma_mc8_rnd_ssse3(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
void ff_avg_h264_chroma_mc8_rnd_mmxext(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
void ff_avg_h264_chroma_mc4_mmxext(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
#define EXTERNAL_SSE2(flags)
void ff_put_h264_chroma_mc4_ssse3(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
void ff_put_h264_chroma_mc2_mmxext(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
void ff_put_h264_chroma_mc4_mmx(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
#define EXTERNAL_AVX(flags)
void ff_put_h264_chroma_mc8_rnd_mmx(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
void ff_avg_h264_chroma_mc2_mmxext(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y)
#define EXTERNAL_SSSE3(flags)
#define EXTERNAL_MMX(flags)
#define EXTERNAL_MMXEXT(flags)