Home
last modified time | relevance | path

Searched refs:BURST_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.h80 #define BURST_P1 THR_HIGH /* threshold for longest burst */ macro
82 #define BURST_SLOPE (Word16)(MAX_16*(float)(BURST_LOW-BURST_HIGH)/(float)(BURST_P2-BURST_P1))
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.2/AMR-WB/
H A Denc_dtx.c77 #define BURST_P1 THR_HIGH /* threshold for Word32est burst */ macro
79 #define BURST_SLOPE ((Float32)(BURST_LOW - BURST_HIGH) / (Float32)(BURST_P2 - BURST_P1))
1313 burst_len = (Word16)((BURST_SLOPE * (vad_thr - BURST_P1) - 0.5) + BURST_HIGH); in E_DTX_decision()
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.2/AMR-WB/
H A Denc_dtx.c77 #define BURST_P1 THR_HIGH /* threshold for Word32est burst */ macro
79 #define BURST_SLOPE ((Float32)(BURST_LOW - BURST_HIGH) / (Float32)(BURST_P2 - BURST_P1))
1313 burst_len = (Word16)((BURST_SLOPE * (vad_thr - BURST_P1) - 0.5) + BURST_HIGH); in E_DTX_decision()
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/src/
H A Dwb_vad.c551 burst_len = add1(vo_mult(BURST_SLOPE, (vad_thr - BURST_P1)), BURST_HIGH); in vad_decision()