Searched refs:weight_accumulator (Results 1 – 1 of 1) sorted by relevance
40 uint64_t weight_accumulator = 0; in FilterbankAccumulateChannels() local56 weight_accumulator += *weights++ * ((uint64_t)*magnitudes); in FilterbankAccumulateChannels()60 *work++ = weight_accumulator; in FilterbankAccumulateChannels()61 weight_accumulator = unweight_accumulator; in FilterbankAccumulateChannels()
Completed in 5 milliseconds