Searched refs:unweight_accumulator (Results 1 – 1 of 1) sorted by relevance
41 uint64_t unweight_accumulator = 0; in FilterbankAccumulateChannels() local57 unweight_accumulator += *unweights++ * ((uint64_t)*magnitudes); in FilterbankAccumulateChannels()61 weight_accumulator = unweight_accumulator; in FilterbankAccumulateChannels()62 unweight_accumulator = 0; in FilterbankAccumulateChannels()
Completed in 4 milliseconds