HomeSort by relevance Sort by last modified time
    Searched refs:MIN16 (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
arch.h 83 #define MIN16(a,b) ((a) < (b) ? (a) : (b)) /**< Maximum 16-bit value. */
math_approx.h 213 return ADD16(1,MIN16(32766,ADD32(SUB16(L1,x2), MULT16_16_P15(x2, ADD32(L2, MULT16_16_P15(x2, ADD32(L3, MULT16_16_P15(L4, x2))))))));
preprocess.c 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*/
    [all...]
nb_celp.c     [all...]

Completed in 521 milliseconds