Searched refs:start_index_ (Results 1 – 9 of 9) sorted by relevance
88 start_index_ = static_cast<int>(1.5 + (lower_frequency_limit / hz_per_sbin)); in Initialize()99 if ((i < start_index_) || (i > end_index_)) { in Initialize()117 if ((i < start_index_) || (i > end_index_)) { in Initialize()187 for (int i = start_index_; i <= end_index_; i++) { // For each FFT bin in Compute()
56 int start_index_; // Lowest FFT bin used to calculate mel spectrum. variable
89 start_index_ = static_cast<int>(1.5 + (lower_frequency_limit / hz_per_sbin)); in Initialize()100 if ((i < start_index_) || (i > end_index_)) { in Initialize()118 if ((i < start_index_) || (i > end_index_)) { in Initialize()186 for (int i = start_index_; i <= end_index_; i++) { // For each FFT bin in Compute()
39 start_index_(start_index), in ForLoop()98 start_index_->getType(), nullptr, GetQualifiedName("invar_address")); in Emit()103 b->CreateStore(start_index_, indvar_address); in Emit()130 llvm::LLVMContext* ctx = &start_index_->getContext(); in Emit()146 llvm::LLVMContext* ctx = &start_index_->getContext(); in GetLoopMetadata()
158 llvm::Value* start_index_; variable
208 inline size_t start_index() const { return start_index_; } in start_index()209 inline size_t max_index() const { return start_index_ + capacity() - 1; } in max_index()213 const size_t start_index_;
24 : start_index_(start_index), in ConstantArraySlice()
357 void reset (unsigned int start_index_, in reset()360 idx = start_index_; in reset()363 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0); in reset()