Go to the source code of this file.
|
void | ff_gradfun_filter_line_mmxext (intptr_t x, uint8_t *dst, const uint8_t *src, const uint16_t *dc, int thresh, const uint16_t *dithers) |
|
void | ff_gradfun_filter_line_ssse3 (intptr_t x, uint8_t *dst, const uint8_t *src, const uint16_t *dc, int thresh, const uint16_t *dithers) |
|
void | ff_gradfun_blur_line_movdqa_sse2 (intptr_t x, uint16_t *buf, const uint16_t *buf1, uint16_t *dc, const uint8_t *src1, const uint8_t *src2) |
|
void | ff_gradfun_blur_line_movdqu_sse2 (intptr_t x, uint16_t *buf, const uint16_t *buf1, uint16_t *dc, const uint8_t *src1, const uint8_t *src2) |
|
av_cold void | ff_gradfun_init_x86 (GradFunContext *gf) |
|
◆ ff_gradfun_filter_line_mmxext()
void ff_gradfun_filter_line_mmxext |
( |
intptr_t |
x, |
|
|
uint8_t * |
dst, |
|
|
const uint8_t * |
src, |
|
|
const uint16_t * |
dc, |
|
|
int |
thresh, |
|
|
const uint16_t * |
dithers |
|
) |
| |
◆ ff_gradfun_filter_line_ssse3()
void ff_gradfun_filter_line_ssse3 |
( |
intptr_t |
x, |
|
|
uint8_t * |
dst, |
|
|
const uint8_t * |
src, |
|
|
const uint16_t * |
dc, |
|
|
int |
thresh, |
|
|
const uint16_t * |
dithers |
|
) |
| |
◆ ff_gradfun_blur_line_movdqa_sse2()
void ff_gradfun_blur_line_movdqa_sse2 |
( |
intptr_t |
x, |
|
|
uint16_t * |
buf, |
|
|
const uint16_t * |
buf1, |
|
|
uint16_t * |
dc, |
|
|
const uint8_t * |
src1, |
|
|
const uint8_t * |
src2 |
|
) |
| |
◆ ff_gradfun_blur_line_movdqu_sse2()
void ff_gradfun_blur_line_movdqu_sse2 |
( |
intptr_t |
x, |
|
|
uint16_t * |
buf, |
|
|
const uint16_t * |
buf1, |
|
|
uint16_t * |
dc, |
|
|
const uint8_t * |
src1, |
|
|
const uint8_t * |
src2 |
|
) |
| |
◆ ff_gradfun_init_x86()