Lines Matching refs:Sint8
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()
437 Sint8 *src, *dst, lf, rf, ce; in SDL_ConvertSurround()
439 src = (Sint8 *)cvt->buf+cvt->len_cvt; in SDL_ConvertSurround()
440 dst = (Sint8 *)cvt->buf+cvt->len_cvt*3; in SDL_ConvertSurround()
612 Sint8 *src, *dst, lf, rf, ce; in SDL_ConvertSurround_4()
614 src = (Sint8 *)cvt->buf+cvt->len_cvt; in SDL_ConvertSurround_4()
615 dst = (Sint8 *)cvt->buf+cvt->len_cvt*2; in SDL_ConvertSurround_4()