Go to the source code of this file.
|
| 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_arm (H264ChromaContext *c, int bit_depth) |
| |
◆ ff_put_h264_chroma_mc8_neon()
| void ff_put_h264_chroma_mc8_neon |
( |
uint8_t * | dst, |
|
|
const uint8_t * | src, |
|
|
ptrdiff_t | stride, |
|
|
int | h, |
|
|
int | x, |
|
|
int | y ) |
◆ ff_put_h264_chroma_mc4_neon()
| void ff_put_h264_chroma_mc4_neon |
( |
uint8_t * | dst, |
|
|
const uint8_t * | src, |
|
|
ptrdiff_t | stride, |
|
|
int | h, |
|
|
int | x, |
|
|
int | y ) |
◆ ff_put_h264_chroma_mc2_neon()
| void ff_put_h264_chroma_mc2_neon |
( |
uint8_t * | dst, |
|
|
const uint8_t * | src, |
|
|
ptrdiff_t | stride, |
|
|
int | h, |
|
|
int | x, |
|
|
int | y ) |
◆ ff_avg_h264_chroma_mc8_neon()
| void ff_avg_h264_chroma_mc8_neon |
( |
uint8_t * | dst, |
|
|
const uint8_t * | src, |
|
|
ptrdiff_t | stride, |
|
|
int | h, |
|
|
int | x, |
|
|
int | y ) |
◆ ff_avg_h264_chroma_mc4_neon()
| void ff_avg_h264_chroma_mc4_neon |
( |
uint8_t * | dst, |
|
|
const uint8_t * | src, |
|
|
ptrdiff_t | stride, |
|
|
int | h, |
|
|
int | x, |
|
|
int | y ) |
◆ ff_avg_h264_chroma_mc2_neon()
| void ff_avg_h264_chroma_mc2_neon |
( |
uint8_t * | dst, |
|
|
const uint8_t * | src, |
|
|
ptrdiff_t | stride, |
|
|
int | h, |
|
|
int | x, |
|
|
int | y ) |
◆ ff_h264chroma_init_arm()