Searched refs:kLogConst (Results 1 – 1 of 1) sorted by relevance
19 static const int16_t kLogConst = 24660; // 160*log10(2) in Q9. variable214 *log_energy = (int16_t)(((kLogConst * log2_energy) >> 19) + in LogOfEnergy()215 ((tot_rshifts * kLogConst) >> 9)); in LogOfEnergy()