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

  /external/webrtc/src/common_audio/vad/
vad_core.c 120 inst->over_hang_max_1[0] = OHMAX1_10MS_Q; // Overhang short speech burst
121 inst->over_hang_max_1[1] = OHMAX1_20MS_Q; // Overhang short speech burst
122 inst->over_hang_max_1[2] = OHMAX1_30MS_Q; // Overhang short speech burst
137 inst->over_hang_max_1[0] = OHMAX1_10MS_LBR; // Overhang short speech burst
138 inst->over_hang_max_1[1] = OHMAX1_20MS_LBR; // Overhang short speech burst
139 inst->over_hang_max_1[2] = OHMAX1_30MS_LBR; // Overhang short speech burst
154 inst->over_hang_max_1[0] = OHMAX1_10MS_AGG; // Overhang short speech burst
155 inst->over_hang_max_1[1] = OHMAX1_20MS_AGG; // Overhang short speech burst
156 inst->over_hang_max_1[2] = OHMAX1_30MS_AGG; // Overhang short speech burst
171 inst->over_hang_max_1[0] = OHMAX1_10MS_VAG; // Overhang short speech burs
    [all...]
vad_core.h 43 WebRtc_Word16 over_hang_max_1[3]; member in struct:VadInstT_

Completed in 222 milliseconds