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

  /external/webrtc/src/common_audio/vad/
vad_core.c 123 inst->over_hang_max_2[0] = OHMAX2_10MS_Q; // Overhang long speech burst
124 inst->over_hang_max_2[1] = OHMAX2_20MS_Q; // Overhang long speech burst
125 inst->over_hang_max_2[2] = OHMAX2_30MS_Q; // Overhang long speech burst
140 inst->over_hang_max_2[0] = OHMAX2_10MS_LBR; // Overhang long speech burst
141 inst->over_hang_max_2[1] = OHMAX2_20MS_LBR; // Overhang long speech burst
142 inst->over_hang_max_2[2] = OHMAX2_30MS_LBR; // Overhang long speech burst
157 inst->over_hang_max_2[0] = OHMAX2_10MS_AGG; // Overhang long speech burst
158 inst->over_hang_max_2[1] = OHMAX2_20MS_AGG; // Overhang long speech burst
159 inst->over_hang_max_2[2] = OHMAX2_30MS_AGG; // Overhang long speech burst
174 inst->over_hang_max_2[0] = OHMAX2_10MS_VAG; // Overhang long speech burs
    [all...]
vad_core.h 44 WebRtc_Word16 over_hang_max_2[3]; member in struct:VadInstT_

Completed in 29 milliseconds