Home | History | Annotate | Download | only in src

Lines Matching refs:excEnergy

580 excEnergy;
1180 L_temp = L_shr (L_temp, 1); // excEnergy = sqrt(L_temp) in Q0
1184 excEnergy = extract_l(L_temp); // scaling in ex_ctrl()
1203 excEnergy,
1223 st->excEnergyHist[8] = excEnergy;
1389 Word16 excEnergy;
2216 /* excEnergy = sqrt(L_temp) in Q0 */
2231 excEnergy = (Word16)(~((~L_temp) >> 2));
2235 excEnergy = (Word16)(L_temp >> 2);
2251 excEnergy,
2266 st->excEnergyHist[8] = excEnergy;