Home
last modified time | relevance | path

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

/third_party/pulseaudio/speex/libspeexdsp/
H A Dresample.c981 const unsigned int ylen = (olen < FIXED_STACK_ALLOC) ? olen : FIXED_STACK_ALLOC; in speex_resampler_process_float() local
982 spx_word16_t ystack[ylen]; in speex_resampler_process_float()
984 const unsigned int ylen = FIXED_STACK_ALLOC; in speex_resampler_process_float() local
993 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen; in speex_resampler_process_float()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp326 /// the integer array dest. Note that dest's size must be >= xlen + ylen.
329 unsigned ylen) { in mul()
331 for (unsigned i = 1; i < ylen; ++i) { in mul()
328 mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], unsigned ylen) mul() argument

Completed in 6 milliseconds