|
FFmpeg
|
#include <stdint.h>#include "libavutil/attributes.h"#include "libavcodec/avcodec.h"#include "dsputil_arm.h"Go to the source code of this file.
| void ff_simple_idct_neon | ( | int16_t * | data | ) |
Referenced by ff_dsputil_init_neon().
Referenced by ff_dsputil_init_neon().
Referenced by ff_dsputil_init_neon().
| void ff_clear_block_neon | ( | int16_t * | block | ) |
Referenced by ff_dsputil_init_neon().
| void ff_clear_blocks_neon | ( | int16_t * | blocks | ) |
Referenced by ff_dsputil_init_neon().
Referenced by ff_dsputil_init_neon().
Referenced by ff_dsputil_init_neon().
Referenced by ff_dsputil_init_neon().
| void ff_vector_clipf_neon | ( | float * | dst, |
| const float * | src, | ||
| float | min, | ||
| float | max, | ||
| int | len | ||
| ) |
Referenced by ff_dsputil_init_neon().
| void ff_vector_clip_int32_neon | ( | int32_t * | dst, |
| const int32_t * | src, | ||
| int32_t | min, | ||
| int32_t | max, | ||
| unsigned int | len | ||
| ) |
Referenced by ff_dsputil_init_neon().
| int32_t ff_scalarproduct_int16_neon | ( | const int16_t * | v1, |
| const int16_t * | v2, | ||
| int | len | ||
| ) |
Referenced by ff_dsputil_init_neon().
| int32_t ff_scalarproduct_and_madd_int16_neon | ( | int16_t * | v1, |
| const int16_t * | v2, | ||
| const int16_t * | v3, | ||
| int | len, | ||
| int | mul | ||
| ) |
Referenced by ff_dsputil_init_neon().
| void ff_apply_window_int16_neon | ( | int16_t * | dst, |
| const int16_t * | src, | ||
| const int16_t * | window, | ||
| unsigned | n | ||
| ) |
Referenced by ff_dsputil_init_neon().
| av_cold void ff_dsputil_init_neon | ( | DSPContext * | c, |
| AVCodecContext * | avctx | ||
| ) |
Definition at line 51 of file dsputil_init_neon.c.
Referenced by ff_dsputil_init_arm().
1.8.2