|
FFmpeg
|
#include "libavutil/cpu.h"#include "libavutil/aarch64/cpu.h"#include "libavcodec/aarch64/h26x/dsp.h"#include "libavcodec/vvc/dsp.h"#include "libavcodec/vvc/dec.h"#include "libavcodec/vvc/ctu.h"#include "alf_template.c"Go to the source code of this file.
Macros | |
| #define | BIT_DEPTH 8 |
| #define | BIT_DEPTH 10 |
| #define | BIT_DEPTH 12 |
Functions | |
| int | ff_vvc_sad_neon (const int16_t *src0, const int16_t *src1, int dx, int dy, const int block_w, const int block_h) |
| void | ff_vvc_avg_8_neon (uint8_t *dst, ptrdiff_t dst_stride, const int16_t *src0, const int16_t *src1, int width, int height) |
| void | ff_vvc_avg_10_neon (uint8_t *dst, ptrdiff_t dst_stride, const int16_t *src0, const int16_t *src1, int width, int height) |
| void | ff_vvc_avg_12_neon (uint8_t *dst, ptrdiff_t dst_stride, const int16_t *src0, const int16_t *src1, int width, int height) |
| void | ff_vvc_dsp_init_aarch64 (VVCDSPContext *const c, const int bd) |
| #define BIT_DEPTH 8 |
Definition at line 38 of file dsp_init.c.
| #define BIT_DEPTH 10 |
Definition at line 38 of file dsp_init.c.
| #define BIT_DEPTH 12 |
Definition at line 38 of file dsp_init.c.
| int ff_vvc_sad_neon | ( | const int16_t * | src0, |
| const int16_t * | src1, | ||
| int | dx, | ||
| int | dy, | ||
| const int | block_w, | ||
| const int | block_h | ||
| ) |
Referenced by ff_vvc_dsp_init_aarch64().
| void ff_vvc_avg_8_neon | ( | uint8_t * | dst, |
| ptrdiff_t | dst_stride, | ||
| const int16_t * | src0, | ||
| const int16_t * | src1, | ||
| int | width, | ||
| int | height | ||
| ) |
Referenced by ff_vvc_dsp_init_aarch64().
| void ff_vvc_avg_10_neon | ( | uint8_t * | dst, |
| ptrdiff_t | dst_stride, | ||
| const int16_t * | src0, | ||
| const int16_t * | src1, | ||
| int | width, | ||
| int | height | ||
| ) |
Referenced by ff_vvc_dsp_init_aarch64().
| void ff_vvc_avg_12_neon | ( | uint8_t * | dst, |
| ptrdiff_t | dst_stride, | ||
| const int16_t * | src0, | ||
| const int16_t * | src1, | ||
| int | width, | ||
| int | height | ||
| ) |
Referenced by ff_vvc_dsp_init_aarch64().
| void ff_vvc_dsp_init_aarch64 | ( | VVCDSPContext *const | c, |
| const int | bd | ||
| ) |
Definition at line 55 of file dsp_init.c.
Referenced by ff_vvc_dsp_init().
1.8.17