Home
last modified time | relevance | path

Searched refs:past_index (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/vad/
Dpole_zero_filter.cc60 size_t past_index = order - 1; in FilterArPast() local
61 for (size_t k = 1; k <= order; k++, past_index--) in FilterArPast()
62 sum += coefficients[k] * past[past_index]; in FilterArPast()
/external/libvpx/vp9/
Dsimple_encode.cc630 const int past_index = ref_frame_coding_indexes[kRefFrameTypePast]; in PostUpdateRefFrameInfo() local
639 if (past_index == last_index) { in PostUpdateRefFrameInfo()
647 if (future_index == past_index) { in PostUpdateRefFrameInfo()