#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 | MPV_common_init_arm (MpegEncContext *s) |
void ff_dct_unquantize_h263_inter_neon | ( | MpegEncContext * | s, | |
DCTELEM * | block, | |||
int | n, | |||
int | qscale | |||
) |
Referenced by MPV_common_init_arm().
void ff_dct_unquantize_h263_intra_neon | ( | MpegEncContext * | s, | |
DCTELEM * | block, | |||
int | n, | |||
int | qscale | |||
) |
Referenced by MPV_common_init_arm().
void MPV_common_init_arm | ( | MpegEncContext * | s | ) |