Home
last modified time | relevance | path

Searched defs:ylen (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
Dresample.c981 const unsigned int ylen = (olen < FIXED_STACK_ALLOC) ? olen : FIXED_STACK_ALLOC; in speex_resampler_process_float() local
984 const unsigned int ylen = FIXED_STACK_ALLOC; in speex_resampler_process_float() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp329 unsigned ylen) { in mul()