FFmpeg
|
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/arm/cpu.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/mpegvideoencdsp.h"
Go to the source code of this file.
Functions | |
int | ff_pix_norm1_armv6 (uint8_t *pix, int line_size) |
int | ff_pix_sum_armv6 (uint8_t *pix, int line_size) |
av_cold void | ff_mpegvideoencdsp_init_arm (MpegvideoEncDSPContext *c, AVCodecContext *avctx) |
Referenced by ff_mpegvideoencdsp_init_arm().
Referenced by ff_mpegvideoencdsp_init_arm().
av_cold void ff_mpegvideoencdsp_init_arm | ( | MpegvideoEncDSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 30 of file mpegvideoencdsp_init_arm.c.
Referenced by ff_mpegvideoencdsp_init().