|
FFmpeg
|
#include <stdint.h>#include "libavutil/attributes.h"#include "libavcodec/avcodec.h"#include "dsputil_arm.h"Go to the source code of this file.
Functions | |
| void | ff_simple_idct_neon (int16_t *data) |
| void | ff_simple_idct_put_neon (uint8_t *dest, int line_size, int16_t *data) |
| void | ff_simple_idct_add_neon (uint8_t *dest, int line_size, int16_t *data) |
| void | ff_clear_block_neon (int16_t *block) |
| void | ff_clear_blocks_neon (int16_t *blocks) |
| void | ff_add_pixels_clamped_neon (const int16_t *, uint8_t *, int) |
| void | ff_put_pixels_clamped_neon (const int16_t *, uint8_t *, int) |
| void | ff_put_signed_pixels_clamped_neon (const int16_t *, uint8_t *, int) |
| void | ff_vector_clipf_neon (float *dst, const float *src, float min, float max, int len) |
| void | ff_vector_clip_int32_neon (int32_t *dst, const int32_t *src, int32_t min, int32_t max, unsigned int len) |
| int32_t | ff_scalarproduct_int16_neon (const int16_t *v1, const int16_t *v2, int len) |
| int32_t | ff_scalarproduct_and_madd_int16_neon (int16_t *v1, const int16_t *v2, const int16_t *v3, int len, int mul) |
| av_cold void | ff_dsputil_init_neon (DSPContext *c, AVCodecContext *avctx) |
| 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().
| av_cold void ff_dsputil_init_neon | ( | DSPContext * | c, |
| AVCodecContext * | avctx | ||
| ) |
Definition at line 48 of file dsputil_init_neon.c.
Referenced by ff_dsputil_init_arm().
1.8.2