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