Home | History | Annotate | Download | only in libspeex

Lines Matching refs:xlen

859    const spx_uint32_t xlen = st->mem_alloc_size - filt_offs;
866 spx_uint32_t ichunk = (ilen > xlen) ? xlen : ilen;
901 const spx_uint32_t xlen = st->mem_alloc_size - (st->filt_len - 1);
915 spx_uint32_t ichunk = (ilen > xlen) ? xlen : ilen;