FFmpeg
|
#include <stdint.h>
#include "libavutil/internal.h"
#include "libavutil/x86/asm.h"
#include "libavcodec/mpegutils.h"
#include "libavcodec/mpegvideo.h"
#include "fdct.h"
Go to the source code of this file.
Macros | |
#define | MMREG_WIDTH "8" |
#define | MM "%%mm" |
#define | MOVQ "movq" |
#define | SPREADW(a) |
#define | PMAXW(a, b) |
#define | PMAX(a, b) |
#define | SAVE_SIGN(a, b) |
#define | RESTORE_SIGN(a, b) |
Functions | |
static int | dct_quantize_TMPL (MpegEncContext *s, int16_t *block, int n, int qscale, int *overflow) |
#define MMREG_WIDTH "8" |
Definition at line 56 of file mpegvideoenc_template.c.
Referenced by dct_quantize_TMPL().
#define MM "%%mm" |
Definition at line 57 of file mpegvideoenc_template.c.
Referenced by dct_quantize_TMPL().
#define MOVQ "movq" |
Definition at line 58 of file mpegvideoenc_template.c.
Referenced by dct_quantize_TMPL().
#define SPREADW | ( | a | ) |
Definition at line 68 of file mpegvideoenc_template.c.
Referenced by dct_quantize_TMPL().
|
static |
Definition at line 102 of file mpegvideoenc_template.c.