|
FFmpeg
|
DSP utils. More...
Go to the source code of this file.
Macros | |
| #define | DCTELEM_FUNCS(dctcoef, suffix) |
| #define | PIXOP2(OPNAME, OP) |
| #define | op_avg(a, b) a = rnd_avg_pixel4(a, b) |
| #define | op_put(a, b) a = b |
| #define | put_no_rnd_pixels8_8_c put_pixels8_8_c |
Functions | |
| static void FUNCC() | draw_edges (uint8_t *p_buf, int p_wrap, int width, int height, int w, int h, int sides) |
| void FUNCC() | ff_put_pixels8x8 (uint8_t *dst, uint8_t *src, int stride) |
| void FUNCC() | ff_avg_pixels8x8 (uint8_t *dst, uint8_t *src, int stride) |
| void FUNCC() | ff_put_pixels16x16 (uint8_t *dst, uint8_t *src, int stride) |
| void FUNCC() | ff_avg_pixels16x16 (uint8_t *dst, uint8_t *src, int stride) |
DSP utils.
Definition in file dsputil_template.c.
| #define DCTELEM_FUNCS | ( | dctcoef, | |
| suffix | |||
| ) |
Definition at line 68 of file dsputil_template.c.
| #define PIXOP2 | ( | OPNAME, | |
| OP | |||
| ) |
Definition at line 110 of file dsputil_template.c.
Definition at line 412 of file dsputil_template.c.
| #define put_no_rnd_pixels8_8_c put_pixels8_8_c |
Definition at line 415 of file dsputil_template.c.
|
static |
Definition at line 34 of file dsputil_template.c.
Referenced by ff_mpeg_draw_horiz_band().
Definition at line 422 of file dsputil_template.c.
Definition at line 425 of file dsputil_template.c.
Definition at line 428 of file dsputil_template.c.
1.8.2