Searched refs:ochunk (Results 1 – 1 of 1) sorted by relevance
/external/speex/libspeex/ |
D | resample.c | 867 spx_uint32_t ochunk = olen; in speex_resampler_process_int() local 876 speex_resampler_process_native(st, channel_index, &ichunk, out, &ochunk); in speex_resampler_process_int() 878 olen -= ochunk; in speex_resampler_process_int() 879 out += ochunk * st->out_stride; in speex_resampler_process_int() 916 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen; in speex_resampler_process_float() local 920 omagic = speex_resampler_magic(st, channel_index, &y, ochunk); in speex_resampler_process_float() 921 ochunk -= omagic; in speex_resampler_process_float() 937 speex_resampler_process_native(st, channel_index, &ichunk, y, &ochunk); in speex_resampler_process_float() 940 ochunk = 0; in speex_resampler_process_float() 943 for (j=0;j<ochunk+omagic;++j) in speex_resampler_process_float() [all …]
|