D | SDL_audiocvt.c | 416 Uint8 *src, *dst, lf, rf, ce; in SDL_ConvertSurround() local 424 rf = src[1]; in SDL_ConvertSurround() 425 ce = (lf/2) + (rf/2); in SDL_ConvertSurround() 427 dst[1] = rf; in SDL_ConvertSurround() 429 dst[3] = rf - ce; in SDL_ConvertSurround() 437 Sint8 *src, *dst, lf, rf, ce; in SDL_ConvertSurround() local 445 rf = src[1]; in SDL_ConvertSurround() 446 ce = (lf/2) + (rf/2); in SDL_ConvertSurround() 448 dst[1] = rf; in SDL_ConvertSurround() 450 dst[3] = rf - ce; in SDL_ConvertSurround() [all …]
|