Searched refs:ylen (Results 1 – 2 of 2) sorted by relevance
903 const unsigned int ylen = (olen < FIXED_STACK_ALLOC) ? olen : FIXED_STACK_ALLOC; in speex_resampler_process_float() local905 ALLOC(ystack, ylen, spx_word16_t); in speex_resampler_process_float()907 const unsigned int ylen = FIXED_STACK_ALLOC; in speex_resampler_process_float() local916 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen; in speex_resampler_process_float()
327 unsigned ylen) { in mul() argument329 for (unsigned i = 1; i < ylen; ++i) { in mul()