Home | History | Annotate | Download | only in libspeex

Lines Matching refs:MIN16

801       st->post[i]=MIN16(st->post[i], QCONST16(100.f,SNR_SHIFT));
808 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT));
864 tmp = MIN16(QCONST16(3.,SNR_SHIFT), tmp); /* Prevent overflows in the next line*/