Home
last modified time | relevance | path

Searched refs:NO_P1 (Results 1 – 4 of 4) sorted by relevance

/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/inc/
H A Dwb_vad_c.h60 #define NO_P1 31744 /* ilog2(1), Noise level for highest threshold */ macro
62 #define NO_SLOPE (Word16)(MAX_16*(float)(THR_LOW-THR_HIGH)/(float)(NO_P2-NO_P1))
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.2/AMR-WB/
H A Denc_dtx.c58 #define NO_P1 31744.0F /* ilog2(1), Noise level for highest threshold */ macro
60 #define NO_SLOPE ((Float32)(THR_LOW - THR_HIGH) / (Float32)(NO_P2 - NO_P1))
1260 temp = NO_SLOPE * (ilog2_noise_level- NO_P1) + THR_HIGH; in E_DTX_decision()
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.2/AMR-WB/
H A Denc_dtx.c58 #define NO_P1 31744.0F /* ilog2(1), Noise level for highest threshold */ macro
60 #define NO_SLOPE ((Float32)(THR_LOW - THR_HIGH) / (Float32)(NO_P2 - NO_P1))
1260 temp = NO_SLOPE * (ilog2_noise_level- NO_P1) + THR_HIGH; in E_DTX_decision()
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/src/
H A Dwb_vad.c509 temp = add1(vo_mult(NO_SLOPE, (ilog2_noise_level - NO_P1)), THR_HIGH); in vad_decision()