Home
last modified time | relevance | path

Searched refs:filt_len (Results 1 – 1 of 1) sorted by relevance

/external/speex/libspeex/
Dresample.c123 spx_uint32_t filt_len; member
334 const int N = st->filt_len; in resampler_basic_direct_single()
386 const int N = st->filt_len; in resampler_basic_direct_double()
435 const int N = st->filt_len; in resampler_basic_interpolate_single()
498 const int N = st->filt_len; in resampler_basic_interpolate_double()
560 old_length = st->filt_len; in update_filter()
562 st->filt_len = quality_map[st->quality].base_length; in update_filter()
569 st->filt_len = st->filt_len*st->num_rate / st->den_rate; in update_filter()
571 st->filt_len &= (~0x3); in update_filter()
596 … st->sinc_table = (spx_word16_t *)speex_alloc(st->filt_len*st->den_rate*sizeof(spx_word16_t)); in update_filter()
[all …]