FFmpeg
|
#include "libavutil/arm/cpu.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/dsputil.h"
#include "libavcodec/mpegvideo.h"
#include "mpegvideo_arm.h"
#include "asm-offsets.h"
Go to the source code of this file.
Functions | |
void | ff_dct_unquantize_h263_inter_neon (MpegEncContext *s, DCTELEM *block, int n, int qscale) |
void | ff_dct_unquantize_h263_intra_neon (MpegEncContext *s, DCTELEM *block, int n, int qscale) |
void | ff_MPV_common_init_arm (MpegEncContext *s) |
void ff_dct_unquantize_h263_inter_neon | ( | MpegEncContext * | s, |
DCTELEM * | block, | ||
int | n, | ||
int | qscale | ||
) |
Referenced by ff_MPV_common_init_arm().
void ff_dct_unquantize_h263_intra_neon | ( | MpegEncContext * | s, |
DCTELEM * | block, | ||
int | n, | ||
int | qscale | ||
) |
Referenced by ff_MPV_common_init_arm().
void ff_MPV_common_init_arm | ( | MpegEncContext * | s | ) |
Definition at line 42 of file mpegvideo_arm.c.
Referenced by ff_dct_common_init().