#include "mpg123lib_intern.h"
#include <altivec.h>
Go to the source code of this file.
Defines |
| #define | SYNTH_ALTIVEC(B0STEP) |
| #define | SYNTH_STEREO_ALTIVEC(B0STEP) |
Functions |
| int | synth_1to1_altivec (real *bandPtr, int channel, mpg123_handle *fr, int final) |
| int | synth_1to1_stereo_altivec (real *bandPtr_l, real *bandPtr_r, mpg123_handle *fr) |
| int | synth_1to1_real_altivec (real *bandPtr, int channel, mpg123_handle *fr, int final) |
| int | synth_1to1_real_stereo_altivec (real *bandPtr_l, real *bandPtr_r, mpg123_handle *fr) |
| int | synth_1to1_s32_altivec (real *bandPtr, int channel, mpg123_handle *fr, int final) |
| int | synth_1to1_s32_stereo_altivec (real *bandPtr_l, real *bandPtr_r, mpg123_handle *fr) |