#include "../dsputil.h"#include "gcc_fixes.h"#include "dsputil_altivec.h"

Go to the source code of this file.
Defines | |
| #define | GMC1_PERF_COND (h==8) |
Functions | |
| void | gmc1_altivec (uint8_t *dst, uint8_t *src, int stride, int h, int x16, int y16, int rounder) |
| #define GMC1_PERF_COND (h==8) |
| void gmc1_altivec | ( | uint8_t * | dst, | |
| uint8_t * | src, | |||
| int | stride, | |||
| int | h, | |||
| int | x16, | |||
| int | y16, | |||
| int | rounder | |||
| ) |
Definition at line 32 of file gmc_altivec.c.
References __attribute__(), B, C, const_vector, GMC1_PERF_COND, POWERPC_PERF_DECLARE, POWERPC_PERF_START_COUNT, POWERPC_PERF_STOP_COUNT, s0, and s1.
Referenced by dsputil_init_ppc().

1.5.5