FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/mpegvideoencdsp.h"
Go to the source code of this file.
Functions | |
int | ff_pix_sum16_sse2 (const uint8_t *pix, int line_size) |
int | ff_pix_sum16_xop (const uint8_t *pix, int line_size) |
int | ff_pix_norm1_sse2 (const uint8_t *pix, int line_size) |
av_cold void | ff_mpegvideoencdsp_init_x86 (MpegvideoEncDSPContext *c, AVCodecContext *avctx) |
Referenced by ff_mpegvideoencdsp_init_x86().
Referenced by ff_mpegvideoencdsp_init_x86().
Referenced by ff_mpegvideoencdsp_init_x86().
av_cold void ff_mpegvideoencdsp_init_x86 | ( | MpegvideoEncDSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 214 of file mpegvideoencdsp_init.c.
Referenced by ff_mpegvideoencdsp_init().