FFmpeg
|
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/aarch64/cpu.h"
#include "libavcodec/h264chroma.h"
#include "config.h"
Go to the source code of this file.
Functions | |
void | ff_put_h264_chroma_mc8_neon (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
void | ff_put_h264_chroma_mc4_neon (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
void | ff_put_h264_chroma_mc2_neon (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
void | ff_avg_h264_chroma_mc8_neon (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
void | ff_avg_h264_chroma_mc4_neon (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
void | ff_avg_h264_chroma_mc2_neon (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int h, int x, int y) |
av_cold void | ff_h264chroma_init_aarch64 (H264ChromaContext *c, int bit_depth) |
void ff_put_h264_chroma_mc8_neon | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_aarch64().
void ff_put_h264_chroma_mc4_neon | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_aarch64().
void ff_put_h264_chroma_mc2_neon | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_aarch64().
void ff_avg_h264_chroma_mc8_neon | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_aarch64().
void ff_avg_h264_chroma_mc4_neon | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_aarch64().
void ff_avg_h264_chroma_mc2_neon | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
ptrdiff_t | stride, | ||
int | h, | ||
int | x, | ||
int | y | ||
) |
Referenced by ff_h264chroma_init_aarch64().
av_cold void ff_h264chroma_init_aarch64 | ( | H264ChromaContext * | c, |
int | bit_depth | ||
) |
Definition at line 45 of file h264chroma_init_aarch64.c.
Referenced by ff_h264chroma_init().