Searched refs:min_audioval (Results 1 – 2 of 2) sorted by relevance
125 const int min_audioval = -(1 << (8 - 1)); in SDL_MixAudioFormat() local135 } else if (dst_sample < min_audioval) { in SDL_MixAudioFormat()136 *dst8 = min_audioval; in SDL_MixAudioFormat()151 const int min_audioval = -(1 << (16 - 1)); in SDL_MixAudioFormat() local163 dst_sample = min_audioval; in SDL_MixAudioFormat()182 const int min_audioval = -(1 << (16 - 1)); in SDL_MixAudioFormat()194 dst_sample = min_audioval; in SDL_MixAudioFormat()272 dst_sample = min_audioval; in SDL_MixAudioFormat()298 dst_sample = min_audioval; in SDL_MixAudioFormat()327 dst_sample = min_audioval; in SDL_MixAudioFormat()[all …]
498 const Sint32 min_audioval = -32768; in MS_ADPCM_ProcessNibble() local512 if (new_sample < min_audioval) { in MS_ADPCM_ProcessNibble()513 new_sample = min_audioval; in MS_ADPCM_ProcessNibble()864 const Sint32 min_audioval = -32768; in IMA_ADPCM_ProcessNibble() local919 } else if (sample < min_audioval) { in IMA_ADPCM_ProcessNibble()920 sample = min_audioval; in IMA_ADPCM_ProcessNibble()
Completed in 9 milliseconds