Searched refs:filt_offs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dresample.c848 const int filt_offs = st->filt_len - 1; local
849 const spx_uint32_t xlen = st->mem_alloc_size - filt_offs;
861 x[j+filt_offs]=in[j*istride];
864 x[j+filt_offs]=0;
/external/speex/libspeex/
H A Dresample.c858 const int filt_offs = st->filt_len - 1; local
859 const spx_uint32_t xlen = st->mem_alloc_size - filt_offs;
871 x[j+filt_offs]=in[j*istride];
874 x[j+filt_offs]=0;

Completed in 113 milliseconds