FFmpeg
|
Include dependency graph for diracdsp_mmx.c:
Go to the source code of this file.
Macros | |
#define | HPEL_FILTER(MMSIZE, EXT) |
#define | PIXFUNC(PFX, IDX, EXT) |
Functions | |
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) |
void | ff_put_signed_rect_clamped_sse2 (uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height) |
void | ff_diracdsp_init_mmx (DiracDSPContext *c) |
Macro Definition Documentation
#define HPEL_FILTER | ( | MMSIZE, | |
EXT | |||
) |
#define PIXFUNC | ( | PFX, | |
IDX, | |||
EXT | |||
) |
Value:
/*MMXDISABLEDc->PFX ## _dirac_pixels_tab[0][IDX] = ff_ ## PFX ## _dirac_pixels8_ ## EXT;*/ \
c->PFX ## _dirac_pixels_tab[2][IDX] = ff_ ## PFX ## _dirac_pixels32_ ## EXT
Definition at line 54 of file diracdsp_mmx.c.
Referenced by ff_diracdsp_init_mmx().
Function Documentation
void ff_diracdsp_init_mmx | ( | DiracDSPContext * | c | ) |
Definition at line 59 of file diracdsp_mmx.c.
Referenced by ff_diracdsp_init().
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_mmx().
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_mmx().
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11