Lines Matching refs:olen
737 spx_uint32_t olen = old_length;
743 olen = old_length + 2*st->magic_samples[i];
750 if (st->filt_len > olen)
754 for (j=0;j<olen-1;j++)
755 st->mem[i*st->mem_alloc_size+(st->filt_len-2-j)] = st->mem[i*st->mem_alloc_size+(olen-2-j)];
760 st->last_sample[i] += (st->filt_len - olen)/2;
763 st->magic_samples[i] = (olen - st->filt_len)/2;
934 spx_uint32_t olen = *out_len;
941 olen -= speex_resampler_magic(st, channel_index, &out, olen);
943 while (ilen && olen) {
945 spx_uint32_t ochunk = olen;
956 olen -= ochunk;
963 *out_len -= olen;
977 spx_uint32_t olen = *out_len;
981 const unsigned int ylen = (olen < FIXED_STACK_ALLOC) ? olen : FIXED_STACK_ALLOC;
990 while (ilen && olen) {
993 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen;
999 olen -= omagic;
1028 olen -= ochunk;
1035 *out_len -= olen;