Home | History | Annotate | Download | only in libspeex

Lines Matching refs:ylen

903    const unsigned int ylen = (olen < FIXED_STACK_ALLOC) ? olen : FIXED_STACK_ALLOC;
905 ALLOC(ystack, ylen, spx_word16_t);
907 const unsigned int ylen = FIXED_STACK_ALLOC;
916 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen;