FFmpeg
|
#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/mem_internal.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/get_bits.h"
#include "libavcodec/hevcdsp.h"
#include "libavcodec/x86/hevcdsp.h"
Go to the source code of this file.
Macros | |
#define | LFC_FUNC(DIR, DEPTH, OPT) void ff_hevc_ ## DIR ## _loop_filter_chroma_ ## DEPTH ## _ ## OPT(uint8_t *pix, ptrdiff_t stride, int *tc, uint8_t *no_p, uint8_t *no_q); |
#define | LFL_FUNC(DIR, DEPTH, OPT) void ff_hevc_ ## DIR ## _loop_filter_luma_ ## DEPTH ## _ ## OPT(uint8_t *pix, ptrdiff_t stride, int beta, int *tc, uint8_t *no_p, uint8_t *no_q); |
#define | LFC_FUNCS(type, depth, opt) |
#define | LFL_FUNCS(type, depth, opt) |
#define | IDCT_DC_FUNCS(W, opt) |
#define | IDCT_FUNCS(opt) |
#define | mc_rep_func(name, bitd, step, W, opt) |
#define | mc_rep_uni_func(name, bitd, step, W, opt) |
#define | mc_rep_bi_func(name, bitd, step, W, opt) |
#define | mc_rep_funcs(name, bitd, step, W, opt) |
#define | mc_rep_func2(name, bitd, step1, step2, W, opt) |
#define | mc_rep_uni_func2(name, bitd, step1, step2, W, opt) |
#define | mc_rep_bi_func2(name, bitd, step1, step2, W, opt) |
#define | mc_rep_funcs2(name, bitd, step1, step2, W, opt) |
#define | SAO_BAND_FILTER_FUNCS(bitd, opt) |
#define | SAO_BAND_INIT(bitd, opt) |
#define | SAO_EDGE_FILTER_FUNCS(bitd, opt) |
#define | SAO_EDGE_INIT(bitd, opt) |
#define | EPEL_LINKS(pointer, my, mx, fname, bitd, opt) |
#define | QPEL_LINKS(pointer, my, mx, fname, bitd, opt) |
Functions | |
IDCT_DC_FUNCS (4x4, mmxext) | |
IDCT_DC_FUNCS (8x8, mmxext) | |
IDCT_DC_FUNCS (8x8, sse2) | |
IDCT_DC_FUNCS (16x16, sse2) | |
IDCT_DC_FUNCS (32x32, sse2) | |
IDCT_DC_FUNCS (16x16, avx2) | |
IDCT_DC_FUNCS (32x32, avx2) | |
void | ff_hevc_dsp_init_x86 (HEVCDSPContext *c, const int bit_depth) |
#define LFC_FUNC | ( | DIR, | |
DEPTH, | |||
OPT | |||
) | void ff_hevc_ ## DIR ## _loop_filter_chroma_ ## DEPTH ## _ ## OPT(uint8_t *pix, ptrdiff_t stride, int *tc, uint8_t *no_p, uint8_t *no_q); |
Definition at line 32 of file hevcdsp_init.c.
#define LFL_FUNC | ( | DIR, | |
DEPTH, | |||
OPT | |||
) | void ff_hevc_ ## DIR ## _loop_filter_luma_ ## DEPTH ## _ ## OPT(uint8_t *pix, ptrdiff_t stride, int beta, int *tc, uint8_t *no_p, uint8_t *no_q); |
Definition at line 35 of file hevcdsp_init.c.
#define LFC_FUNCS | ( | type, | |
depth, | |||
opt | |||
) |
Definition at line 38 of file hevcdsp_init.c.
#define LFL_FUNCS | ( | type, | |
depth, | |||
opt | |||
) |
Definition at line 42 of file hevcdsp_init.c.
#define IDCT_DC_FUNCS | ( | W, | |
opt | |||
) |
Definition at line 62 of file hevcdsp_init.c.
#define IDCT_FUNCS | ( | opt | ) |
Definition at line 75 of file hevcdsp_init.c.
Definition at line 117 of file hevcdsp_init.c.
Definition at line 140 of file hevcdsp_init.c.
Definition at line 159 of file hevcdsp_init.c.
Definition at line 170 of file hevcdsp_init.c.
#define SAO_BAND_FILTER_FUNCS | ( | bitd, | |
opt | |||
) |
Definition at line 632 of file hevcdsp_init.c.
#define SAO_BAND_INIT | ( | bitd, | |
opt | |||
) |
Definition at line 654 of file hevcdsp_init.c.
#define SAO_EDGE_FILTER_FUNCS | ( | bitd, | |
opt | |||
) |
Definition at line 662 of file hevcdsp_init.c.
#define SAO_EDGE_INIT | ( | bitd, | |
opt | |||
) |
Definition at line 681 of file hevcdsp_init.c.
#define EPEL_LINKS | ( | pointer, | |
my, | |||
mx, | |||
fname, | |||
bitd, | |||
opt | |||
) |
Definition at line 689 of file hevcdsp_init.c.
#define QPEL_LINKS | ( | pointer, | |
my, | |||
mx, | |||
fname, | |||
bitd, | |||
opt | |||
) |
Definition at line 699 of file hevcdsp_init.c.
IDCT_DC_FUNCS | ( | 4x4 | , |
mmxext | |||
) |
IDCT_DC_FUNCS | ( | 8x8 | , |
mmxext | |||
) |
IDCT_DC_FUNCS | ( | 8x8 | , |
sse2 | |||
) |
IDCT_DC_FUNCS | ( | 16x16 | , |
sse2 | |||
) |
IDCT_DC_FUNCS | ( | 32x32 | , |
sse2 | |||
) |
IDCT_DC_FUNCS | ( | 16x16 | , |
avx2 | |||
) |
IDCT_DC_FUNCS | ( | 32x32 | , |
avx2 | |||
) |
void ff_hevc_dsp_init_x86 | ( | HEVCDSPContext * | c, |
const int | bit_depth | ||
) |
Definition at line 709 of file hevcdsp_init.c.
Referenced by ff_hevc_dsp_init().