47 const int high_bit_depth = bit_depth > 8;
50 if (
have_neon(cpu_flags) && !high_bit_depth) {
void ff_avg_h264_chroma_mc2_neon(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y)
void ff_avg_h264_chroma_mc8_neon(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y)
h264_chroma_mc_func put_h264_chroma_pixels_tab[4]
Macro definitions for various function/variable attributes.
av_cold void ff_h264chroma_init_aarch64(H264ChromaContext *c, int bit_depth)
void ff_avg_h264_chroma_mc4_neon(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y)
void ff_put_h264_chroma_mc2_neon(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y)
void ff_put_h264_chroma_mc8_neon(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y)
int av_get_cpu_flags(void)
Return the flags which specify extensions supported by the CPU.
void ff_put_h264_chroma_mc4_neon(uint8_t *dst, uint8_t *src, int stride, int h, int x, int y)
GLint GLenum GLboolean GLsizei stride
static unsigned bit_depth(uint64_t mask)
h264_chroma_mc_func avg_h264_chroma_pixels_tab[4]