xine-lib 1.2.11
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | lineNoise_MMX (uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift) |
void | lineNoise_MMX2 (uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift) |
void | lineNoiseAvg_MMX (uint8_t *dst, const uint8_t *src, int len, int8_t **shift) |
void lineNoise_MMX | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
const int8_t * | noise, | ||
int | len, | ||
int | shift | ||
) |
References ADDA, ASMALIGN, MEMA, MOVA, noise(), REGA, saturate(), and TYPEA.
Referenced by noise_open_plugin().
void lineNoise_MMX2 | ( | uint8_t * | dst, |
const uint8_t * | src, | ||
const int8_t * | noise, | ||
int | len, | ||
int | shift | ||
) |
References ADDA, ASMALIGN, MEMA, MOVA, noise(), REGA, saturate(), and TYPEA.
Referenced by noise_open_plugin().