FFmpeg
|
#include <stddef.h>
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/aarch64/cpu.h"
#include "libavcodec/mpegvideoencdsp.h"
#include "config.h"
Go to the source code of this file.
Functions | |
int | ff_pix_sum16_neon (const uint8_t *pix, ptrdiff_t line_size) |
int | ff_pix_norm1_neon (const uint8_t *pix, ptrdiff_t line_size) |
av_cold void | ff_mpegvideoencdsp_init_aarch64 (MpegvideoEncDSPContext *c, AVCodecContext *avctx) |
int ff_pix_sum16_neon | ( | const uint8_t * | pix, |
ptrdiff_t | line_size | ||
) |
Referenced by ff_mpegvideoencdsp_init_aarch64().
int ff_pix_norm1_neon | ( | const uint8_t * | pix, |
ptrdiff_t | line_size | ||
) |
Referenced by ff_mpegvideoencdsp_init_aarch64().
av_cold void ff_mpegvideoencdsp_init_aarch64 | ( | MpegvideoEncDSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 34 of file mpegvideoencdsp_init.c.
Referenced by ff_mpegvideoencdsp_init().