FFmpeg
|
Go to the source code of this file.
Macros | |
#define | HPEL_FILTER(MMSIZE, EXT) |
#define | PIXFUNC(PFX, IDX, EXT) do {} while (0) |
#define HPEL_FILTER | ( | MMSIZE, | |
EXT | |||
) |
Definition at line 143 of file diracdsp_init.c.
#define PIXFUNC | ( | PFX, | |
IDX, | |||
EXT | |||
) | do {} while (0) |
Definition at line 147 of file diracdsp_init.c.
Referenced by ff_diracdsp_init_x86().
DECL_DIRAC_PIXOP | ( | put | , |
mmx | |||
) |
DECL_DIRAC_PIXOP | ( | avg | , |
mmx | |||
) |
DECL_DIRAC_PIXOP | ( | avg | , |
mmxext | |||
) |
Referenced by ff_diracdsp_init_x86().
Referenced by ff_diracdsp_init_x86().
Referenced by ff_diracdsp_init_x86().
Referenced by ff_diracdsp_init_x86().
void ff_add_rect_clamped_mmx | ( | uint8_t * | , |
const uint16_t * | , | ||
int | , | ||
const int16_t * | , | ||
int | , | ||
int | , | ||
int | |||
) |
Referenced by ff_diracdsp_init_x86().
void ff_add_rect_clamped_sse2 | ( | uint8_t * | , |
const uint16_t * | , | ||
int | , | ||
const int16_t * | , | ||
int | , | ||
int | , | ||
int | |||
) |
Referenced by ff_diracdsp_init_x86().
void ff_add_dirac_obmc8_mmx | ( | uint16_t * | dst, |
const uint8_t * | src, | ||
int | stride, | ||
const uint8_t * | obmc_weight, | ||
int | yblen | ||
) |
Referenced by ff_diracdsp_init_x86().
void ff_add_dirac_obmc16_mmx | ( | uint16_t * | dst, |
const uint8_t * | src, | ||
int | stride, | ||
const uint8_t * | obmc_weight, | ||
int | yblen | ||
) |
Referenced by ff_diracdsp_init_x86().
void ff_add_dirac_obmc32_mmx | ( | uint16_t * | dst, |
const uint8_t * | src, | ||
int | stride, | ||
const uint8_t * | obmc_weight, | ||
int | yblen | ||
) |
Referenced by ff_diracdsp_init_x86().
void ff_add_dirac_obmc16_sse2 | ( | uint16_t * | dst, |
const uint8_t * | src, | ||
int | stride, | ||
const uint8_t * | obmc_weight, | ||
int | yblen | ||
) |
Referenced by ff_diracdsp_init_x86().
void ff_add_dirac_obmc32_sse2 | ( | uint16_t * | dst, |
const uint8_t * | src, | ||
int | stride, | ||
const uint8_t * | obmc_weight, | ||
int | yblen | ||
) |
Referenced by ff_diracdsp_init_x86().
void ff_put_rect_clamped_mmx | ( | uint8_t * | dst, |
int | dst_stride, | ||
const int16_t * | src, | ||
int | src_stride, | ||
int | width, | ||
int | height | ||
) |
void ff_put_rect_clamped_sse2 | ( | uint8_t * | dst, |
int | dst_stride, | ||
const int16_t * | src, | ||
int | src_stride, | ||
int | width, | ||
int | height | ||
) |
void ff_put_signed_rect_clamped_mmx | ( | uint8_t * | dst, |
int | dst_stride, | ||
const int16_t * | src, | ||
int | src_stride, | ||
int | width, | ||
int | height | ||
) |
Referenced by ff_diracdsp_init_x86().
void ff_put_signed_rect_clamped_sse2 | ( | uint8_t * | dst, |
int | dst_stride, | ||
const int16_t * | src, | ||
int | src_stride, | ||
int | width, | ||
int | height | ||
) |
Referenced by ff_diracdsp_init_x86().
void ff_put_signed_rect_clamped_10_sse4 | ( | uint8_t * | dst, |
int | dst_stride, | ||
const uint8_t * | src, | ||
int | src_stride, | ||
int | width, | ||
int | height | ||
) |
Referenced by ff_diracdsp_init_x86().
void ff_dequant_subband_32_sse4 | ( | uint8_t * | src, |
uint8_t * | dst, | ||
ptrdiff_t | stride, | ||
const int | qf, | ||
const int | qs, | ||
int | tot_v, | ||
int | tot_h | ||
) |
Referenced by ff_diracdsp_init_x86().
void ff_diracdsp_init_x86 | ( | DiracDSPContext * | c | ) |
Definition at line 156 of file diracdsp_init.c.
Referenced by ff_diracdsp_init().