Home | History | Annotate | Download | only in ns

Lines Matching refs:numHistLrt

938   WebRtc_Word16 numHistLrt;
982 numHistLrt = 0;
987 numHistLrt += inst->histLrt[i];
997 fluctLrtFX = WEBRTC_SPL_MUL(avgSquareHistLrtFX, numHistLrt);
999 thresFluctLrtFX = THRES_FLUCT_LRT * numHistLrt;
1002 if ((fluctLrtFX < thresFluctLrtFX) || (numHistLrt == 0) ||
1003 (tmpU32 > (WebRtc_UWord32)(100 * numHistLrt))) {
1007 tmp32 = (WebRtc_Word32)((tmpU32 << (9 + inst->stages)) / numHistLrt /