Home | History | Annotate | Download | only in src

Lines Matching refs:ampRes

301             INT ampRes,     /*! amplitude resolution [1.5/3dB] */
316 for (i = 0; i < maxIndex[ampRes]; i++) {
317 val = fixp_abs ((nrgVal - (INT)panTable[ampRes][i]));
327 return panTable[ampRes][maxIndex[ampRes]-1] + sign * panTable[ampRes][panIndex];