Home | History | Annotate | Download | only in lib

Lines Matching refs:nI

467     picoos_int16 nI;
471 for (nI=0; nI<m2; nI++) {
472 a = (norm_window[nI]>>18) * ((tmpX[nI]>0) ? tmpX[nI]>>11 : -((-tmpX[nI])>>11));
473 tmpX[nI] = a;