Searched refs:UpSampleOGGTo44kHz (Results 1 – 8 of 8) sorted by relevance
/dports/games/dhewm3/dhewm3-1.5.1/neo/sound/ |
H A D | snd_decoder.cpp | 564 …SIMDProcessor->UpSampleOGGTo44kHz( dest + ( readSamples << shift ), samples, ret, sample->objectIn… in DecodeOGG()
|
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/ |
H A D | Simd_AltiVec.h | 243 …virtual void VPCALL UpSampleOGGTo44kHz( float *dest, const float * const *ogg, const int numSample…
|
H A D | Simd_Generic.h | 131 …virtual void VPCALL UpSampleOGGTo44kHz( float *dest, const float * const *ogg, const int numSample…
|
H A D | Simd.h | 196 …virtual void VPCALL UpSampleOGGTo44kHz( float *dest, const float * const *ogg, const int numSample…
|
H A D | Simd.cpp | 3308 …p_generic->UpSampleOGGTo44kHz( samples1, ogg, MIXBUFFER_SAMPLES*numSpeakers*kHz/44100, kHz, numSpe… in TestSoundUpSampling() 3317 …p_simd->UpSampleOGGTo44kHz( samples2, ogg, MIXBUFFER_SAMPLES*numSpeakers*kHz/44100, kHz, numSpeake… in TestSoundUpSampling()
|
H A D | Simd_Generic.cpp | 2898 void idSIMD_Generic::UpSampleOGGTo44kHz( float *dest, const float * const *ogg, const int numSample… in UpSampleOGGTo44kHz() function in idSIMD_Generic
|
H A D | Simd_AltiVec.cpp | 9555 void idSIMD_AltiVec::UpSampleOGGTo44kHz( float *dest, const float * const *ogg, const int numSample… in UpSampleOGGTo44kHz() function in idSIMD_AltiVec 9840 void idSIMD_AltiVec::UpSampleOGGTo44kHz( float *dest, const float * const *ogg, const int numSample… in UpSampleOGGTo44kHz() function in idSIMD_AltiVec
|
H A D | Simd_SSE.cpp | 17458 void idSIMD_SSE::UpSampleOGGTo44kHz( float *dest, const float * const *ogg, const int numSamples, c…
|