FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/arm/cpu.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/idctdsp.h"
#include "idct.h"
Go to the source code of this file.
Functions | |
void | ff_put_pixels_clamped_neon (const int16_t *, uint8_t *, ptrdiff_t) |
void | ff_put_signed_pixels_clamped_neon (const int16_t *, uint8_t *, ptrdiff_t) |
void | ff_add_pixels_clamped_neon (const int16_t *, uint8_t *, ptrdiff_t) |
av_cold void | ff_idctdsp_init_aarch64 (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
void ff_put_pixels_clamped_neon | ( | const int16_t * | , |
uint8_t * | , | ||
ptrdiff_t | |||
) |
Referenced by ff_idctdsp_init_aarch64().
void ff_put_signed_pixels_clamped_neon | ( | const int16_t * | , |
uint8_t * | , | ||
ptrdiff_t | |||
) |
Referenced by ff_idctdsp_init_aarch64().
void ff_add_pixels_clamped_neon | ( | const int16_t * | , |
uint8_t * | , | ||
ptrdiff_t | |||
) |
Referenced by ff_idctdsp_init_aarch64().
av_cold void ff_idctdsp_init_aarch64 | ( | IDCTDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 34 of file idctdsp_init_aarch64.c.
Referenced by ff_idctdsp_init().