Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/vad/
Dvad_filterbank.c158 int tot_rshifts = 0; in LogOfEnergy() local
167 &tot_rshifts); in LogOfEnergy()
178 tot_rshifts += normalizing_rshifts; in LogOfEnergy()
215 ((tot_rshifts * kLogConst) >> 9)); in LogOfEnergy()
231 if (tot_rshifts >= 0) { in LogOfEnergy()
240 *total_energy += (int16_t) (energy >> -tot_rshifts); // Q0. in LogOfEnergy()