FFmpeg
|
#include <stdint.h>
#include "libavutil/internal.h"
#include "libavutil/mem_internal.h"
#include "libavutil/x86/asm.h"
#include "libavcodec/mpegutils.h"
#include "libavcodec/mpegvideoenc.h"
#include "fdct.h"
Go to the source code of this file.
Macros | |
#define | SPREADW(a) |
#define | PMAX(a, b) |
#define | SAVE_SIGN(a, b) |
#define | RESTORE_SIGN(a, b) |
Functions | |
static int | dct_quantize_TMPL (MPVEncContext *const s, int16_t *block, int n, int qscale, int *overflow) |
#define SPREADW | ( | a | ) |
|
static |
Definition at line 66 of file mpegvideoenc_template.c.