mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 08:44:04 +02:00
Cleanup.
This commit is contained in:
@@ -60106,7 +60106,6 @@ static MA_INLINE void ma_linear_resampler_filter_s16_4(ma_int32* MA_RESTRICT pLP
|
|||||||
ma_linear_resampler_filter_s16(pLPF, lpfCount, channels, pFrames + (3 * channels));
|
ma_linear_resampler_filter_s16(pLPF, lpfCount, channels, pFrames + (3 * channels));
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 1
|
|
||||||
static MA_INLINE void ma_linear_resampler_filter_s16_4_stereo(ma_int32* MA_RESTRICT pLPF, ma_uint32 lpfCount, ma_int16* MA_RESTRICT pFrames)
|
static MA_INLINE void ma_linear_resampler_filter_s16_4_stereo(ma_int32* MA_RESTRICT pLPF, ma_uint32 lpfCount, ma_int16* MA_RESTRICT pFrames)
|
||||||
{
|
{
|
||||||
ma_linear_resampler_filter_s16(pLPF, lpfCount, 2, pFrames + 0);
|
ma_linear_resampler_filter_s16(pLPF, lpfCount, 2, pFrames + 0);
|
||||||
@@ -60114,7 +60113,6 @@ static MA_INLINE void ma_linear_resampler_filter_s16_4_stereo(ma_int32* MA_RESTR
|
|||||||
ma_linear_resampler_filter_s16(pLPF, lpfCount, 2, pFrames + 4);
|
ma_linear_resampler_filter_s16(pLPF, lpfCount, 2, pFrames + 4);
|
||||||
ma_linear_resampler_filter_s16(pLPF, lpfCount, 2, pFrames + 6);
|
ma_linear_resampler_filter_s16(pLPF, lpfCount, 2, pFrames + 6);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
static MA_INLINE void ma_linear_resampler_filter_s32(ma_int32* MA_RESTRICT pLPF, ma_uint32 lpfCount, ma_uint32 channels, ma_int32* MA_RESTRICT pFrame)
|
static MA_INLINE void ma_linear_resampler_filter_s32(ma_int32* MA_RESTRICT pLPF, ma_uint32 lpfCount, ma_uint32 channels, ma_int32* MA_RESTRICT pFrame)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user