Lines Matching refs:ipos
1231 double ipos; in SDL_RateSLOW() local
1244 ipos = 0.0; in SDL_RateSLOW()
1246 *output = cvt->buf[(int)ipos]; in SDL_RateSLOW()
1247 ipos += cvt->rate_incr; in SDL_RateSLOW()
1258 ipos = 0.0; in SDL_RateSLOW()
1260 *output=((Uint16 *)cvt->buf)[(int)ipos]; in SDL_RateSLOW()
1261 ipos += cvt->rate_incr; in SDL_RateSLOW()
1273 ipos = (double)cvt->len_cvt; in SDL_RateSLOW()
1275 ipos -= cvt->rate_incr; in SDL_RateSLOW()
1277 *output = cvt->buf[(int)ipos]; in SDL_RateSLOW()
1287 ipos = (double)cvt->len_cvt/2; in SDL_RateSLOW()
1289 ipos -= cvt->rate_incr; in SDL_RateSLOW()
1291 *output=((Uint16 *)cvt->buf)[(int)ipos]; in SDL_RateSLOW()