Lines Matching full:olen
677 spx_uint32_t olen = old_length;
683 olen = old_length + 2*st->magic_samples[i];
690 if (st->filt_len > olen)
694 for (j=0;j<olen-1;j++)
695 st->mem[i*st->mem_alloc_size+(st->filt_len-2-j)] = st->mem[i*st->mem_alloc_size+(olen-2-j)];
700 st->last_sample[i] += (st->filt_len - olen)/2;
703 st->magic_samples[i] = (olen - st->filt_len)/2;
856 spx_uint32_t olen = *out_len;
863 olenolen);
865 while (ilen && olen) {
867 spx_uint32_t ochunk = olen;
878 olen -= ochunk;
885 *out_len -= olen;
899 spx_uint32_t olen = *out_len;
903 const unsigned int ylen = (olen < FIXED_STACK_ALLOC) ? olen : FIXED_STACK_ALLOC;
913 while (ilen && olen) {
916 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen;
922 olen -= omagic;
951 olen -= ochunk;
958 *out_len -= olen;