Searched refs:Sint8 (Results 1 – 4 of 4) sorted by relevance
151 Sint8 *dst8, *src8; in SDL_MixAudio()152 Sint8 src_sample; in SDL_MixAudio()157 src8 = (Sint8 *)src; in SDL_MixAudio()158 dst8 = (Sint8 *)dst; in SDL_MixAudio()
55 Sint8 *src, *dst; in SDL_ConvertMono()57 src = (Sint8 *)cvt->buf; in SDL_ConvertMono()58 dst = (Sint8 *)cvt->buf; in SDL_ConvertMono()61 *dst = (Sint8)(sample / 2); in SDL_ConvertMono()162 Sint8 *src, *dst; in SDL_ConvertStrip()164 src = (Sint8 *)cvt->buf; in SDL_ConvertStrip()165 dst = (Sint8 *)cvt->buf; in SDL_ConvertStrip()278 Sint8 *src, *dst; in SDL_ConvertStrip_2()280 src = (Sint8 *)cvt->buf; in SDL_ConvertStrip_2()281 dst = (Sint8 *)cvt->buf; in SDL_ConvertStrip_2()[all …]
120 Sint8 nybble, stereo; in MS_ADPCM_decode()216 Sint8 index;300 Sint8 nybble; in Fill_IMA_ADPCM_block()
98 typedef int8_t Sint8; typedef126 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);