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

  /external/webrtc/src/common_audio/vad/
vad_core.h 37 WebRtc_Word16 low_value_vector[16 * NUM_CHANNELS]; member in struct:VadInstT_
vad_sp.c 56 // Inserts |feature_value| into |low_value_vector|, if it is one of the 16
72 int16_t* value_ptr = &self->low_value_vector[offset];
77 // Each value in |low_value_vector| is getting 1 loop older.
96 // |low_value_vector|. If so, find the |position| where to insert the new
vad_core.c 94 inst->low_value_vector[i] = 10000;

Completed in 47 milliseconds