Revision 2600f8c8
libavcodec/armv4l/dsputil_iwmmxt_rnd_template.c | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
/* This header intentionally has no multiple inclusion guards. It is meant to |
|
23 |
* be included multiple times and generates different code depending on the |
|
24 |
* value of certain #defines. */ |
|
25 |
|
|
26 | 22 |
void DEF(put, pixels8)(uint8_t *block, const uint8_t *pixels, const int line_size, int h) |
27 | 23 |
{ |
28 | 24 |
int stride = line_size; |
libavcodec/i386/dsputil_mmx_avg_template.c | ||
---|---|---|
24 | 24 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
25 | 25 |
*/ |
26 | 26 |
|
27 |
/* This header intentionally has no multiple inclusion guards. It is meant to |
|
28 |
* be included multiple times and generates different code depending on the |
|
29 |
* value of certain #defines. */ |
|
30 |
|
|
31 | 27 |
/* XXX: we use explicit registers to avoid a gcc 2.95.2 register asm |
32 | 28 |
clobber bug - now it will work with 2.95.2 and also with -fPIC |
33 | 29 |
*/ |
libavcodec/i386/dsputil_mmx_qns_template.c | ||
---|---|---|
22 | 22 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
23 | 23 |
*/ |
24 | 24 |
|
25 |
/* This header intentionally has no multiple inclusion guards. It is meant to |
|
26 |
* be included multiple times and generates different code depending on the |
|
27 |
* value of certain #defines. */ |
|
28 |
|
|
29 | 25 |
#define MAX_ABS (512 >> (SCALE_OFFSET>0 ? SCALE_OFFSET : 0)) |
30 | 26 |
|
31 | 27 |
static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) |
libavcodec/i386/dsputil_mmx_rnd_template.c | ||
---|---|---|
24 | 24 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
25 | 25 |
*/ |
26 | 26 |
|
27 |
/* This header intentionally has no multiple inclusion guards. It is meant to |
|
28 |
* be included multiple times and generates different code depending on the |
|
29 |
* value of certain #defines. */ |
|
30 |
|
|
31 | 27 |
// put_pixels |
32 | 28 |
static void DEF(put, pixels8_x2)(uint8_t *block, const uint8_t *pixels, int line_size, int h) |
33 | 29 |
{ |
libavcodec/imgconvert_template.c | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
/* This header intentionally has no multiple inclusion guards. It is meant to |
|
23 |
* be included multiple times and generates different code depending on the |
|
24 |
* value of certain #defines. */ |
|
25 |
|
|
26 | 22 |
#ifndef RGB_OUT |
27 | 23 |
#define RGB_OUT(d, r, g, b) RGBA_OUT(d, r, g, b, 0xff) |
28 | 24 |
#endif |
Also available in: Unified diff