FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/h264dsp.h"
Go to the source code of this file.
Macros | |
#define | IDCT_ADD_FUNC(NUM, DEPTH, OPT) |
#define | IDCT_ADD_REP_FUNC(NUM, REP, DEPTH, OPT) |
#define | IDCT_ADD_REP_FUNC2(NUM, REP, DEPTH, OPT) |
#define | LF_FUNC(DIR, TYPE, DEPTH, OPT) |
#define | LF_IFUNC(DIR, TYPE, DEPTH, OPT) |
#define | LF_FUNCS(type, depth) |
#define | H264_WEIGHT(W, OPT) |
#define | H264_BIWEIGHT(W, OPT) |
#define | H264_BIWEIGHT_MMX(W) |
#define | H264_BIWEIGHT_SSE(W) |
#define | H264_WEIGHT_10(W, DEPTH, OPT) |
#define | H264_BIWEIGHT_10(W, DEPTH, OPT) |
#define | H264_BIWEIGHT_10_SSE(W, DEPTH) |
Functions | |
void | ff_h264_luma_dc_dequant_idct_sse2 (int16_t *output, int16_t *input, int qmul) |
void | ff_h264_loop_filter_strength_mmxext (int16_t bS[2][4][4], uint8_t nnz[40], int8_t ref[2][40], int16_t mv[2][40][2], int bidir, int edges, int step, int mask_mv0, int mask_mv1, int field) |
av_cold void | ff_h264dsp_init_x86 (H264DSPContext *c, const int bit_depth, const int chroma_format_idc) |
#define IDCT_ADD_FUNC | ( | NUM, | |
DEPTH, | |||
OPT | |||
) |
#define IDCT_ADD_REP_FUNC | ( | NUM, | |
REP, | |||
DEPTH, | |||
OPT | |||
) |
#define IDCT_ADD_REP_FUNC2 | ( | NUM, | |
REP, | |||
DEPTH, | |||
OPT | |||
) |
#define LF_FUNCS | ( | type, | |
depth | |||
) |
Definition at line 102 of file h264dsp_init.c.
#define H264_WEIGHT | ( | W, | |
OPT | |||
) |
#define H264_BIWEIGHT | ( | W, | |
OPT | |||
) |
#define H264_BIWEIGHT_MMX | ( | W | ) |
Definition at line 149 of file h264dsp_init.c.
#define H264_BIWEIGHT_SSE | ( | W | ) |
Definition at line 153 of file h264dsp_init.c.
void ff_h264_luma_dc_dequant_idct_sse2 | ( | int16_t * | output, |
int16_t * | input, | ||
int | qmul | ||
) |
Referenced by ff_h264dsp_init_x86().
void ff_h264_loop_filter_strength_mmxext | ( | int16_t | bS[2][4][4], |
uint8_t | nnz[40], | ||
int8_t | ref[2][40], | ||
int16_t | mv[2][40][2], | ||
int | bidir, | ||
int | edges, | ||
int | step, | ||
int | mask_mv0, | ||
int | mask_mv1, | ||
int | field | ||
) |
Referenced by ff_h264dsp_init_x86().
av_cold void ff_h264dsp_init_x86 | ( | H264DSPContext * | c, |
const int | bit_depth, | ||
const int | chroma_format_idc | ||
) |
Definition at line 190 of file h264dsp_init.c.
Referenced by ff_h264dsp_init().