Home
last modified time | relevance | path

Searched refs:index_vector (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/vad/
Dvad_core.h42 int16_t index_vector[16 * kNumChannels]; member
Dvad_sp.c73 int16_t* age = &self->index_vector[offset]; in WebRtcVad_FindMinimum()
Dvad_core.c521 self->index_vector[i] = 0; in WebRtcVad_InitCore()
/external/webrtc/src/common_audio/vad/
Dvad_core.h36 WebRtc_Word16 index_vector[16 * NUM_CHANNELS]; member
Dvad_sp.c71 int16_t* age_ptr = &self->index_vector[offset]; in WebRtcVad_FindMinimum()
Dvad_core.c95 inst->index_vector[i] = 0; in WebRtcVad_InitCore()
/external/lldb/source/Expression/
DIRForTarget.cpp2243 std::vector<Value*> index_vector; in UnfoldConstant() local
2257 index_vector.push_back(operand); in UnfoldConstant()
2260 ArrayRef <Value*> indices(index_vector); in UnfoldConstant()