Searched refs:MAX32 (Results 1 - 8 of 8) sorted by relevance
/third_party/pulseaudio/speex/tmv/ |
H A D | fixed_tm.h | 69 #undef MAX32 macro 71 #define MAX32(a,b) imax(a,b) macro
|
H A D | preprocess_tm.h | 606 e_noise[i] = MAX32(MULT16_32_Q15(QCONST16(.6f,15),eni), r_echo[i]); in preprocess_residue_echo() 642 { noise[i] = MAX32(EXTEND32(0),MULT16_32_Q15(beta_1,ni) + in preprocess_update_noise()
|
H A D | mdf_tm.h | 1169 See = MAX32(See, SHR32(MULT16_16(N, 100),6)); in speex_echo_cancellation()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | arch.h | 81 #define MAX32(a,b) ((a) > (b) ? (a) : (b)) /**< Maximum 32-bit value. */ macro
|
H A D | preprocess.c | 756 st->echo_noise[i] = MAX32(MULT16_32_Q15(QCONST16(.6f,15),st->echo_noise[i]), st->residual_echo[i]); in speex_preprocess_run() 778 st->noise[i] = MAX32(EXTEND32(0),MULT16_32_Q15(beta_1,st->noise[i]) + MULT16_32_Q15(beta,SHL32(st->ps[i],NOISE_SHIFT))); in speex_preprocess_run() 1131 *(spx_int32_t*)ptr = MIN32(100,MAX32(0, *(spx_int32_t*)ptr)); in speex_preprocess_ctl() 1139 *(spx_int32_t*)ptr = MIN32(100,MAX32(0, *(spx_int32_t*)ptr)); in speex_preprocess_ctl()
|
H A D | mdf.c | 1040 See = MAX32(See, SHR32(MULT16_16(N, 100),6)); in speex_echo_cancellation()
|
/third_party/mbedtls/library/ |
H A D | ecp_curves_new.c | 4990 #define MAX32 X_limbs macro 4997 #define MAX32 X_limbs * 2 macro 5059 while (i < MAX32) { STORE0; i++; } 5292 #undef MAX32 macro
|
H A D | ecp_curves.c | 4912 #define MAX32 N->n macro 4918 #define MAX32 N->n * 2 macro 4974 cur = 0; while (++i < MAX32) { STORE32; } \ 5121 #undef MAX32 macro
|
Completed in 26 milliseconds