Home | History | Annotate | Download | only in ar5416

Lines Matching defs:idxL

670     uint16_t  idxL, idxR, numPiers; /* Pier indexes */
702 bChans, numPiers, &idxL, &idxR);
707 minPwrT4[i] = pRawDataSet[idxL].pwrPdg[i][0];
708 maxPwrT4[i] = pRawDataSet[idxL].pwrPdg[i][4];
710 pRawDataSet[idxL].pwrPdg[i],
711 pRawDataSet[idxL].vpdPdg[i],
716 pVpdL = pRawDataSet[idxL].vpdPdg[i];
717 pPwrL = pRawDataSet[idxL].pwrPdg[i];
737 bChans[idxL], bChans[idxR], vpdTableL[i][j], vpdTableR[i][j]));
830 uint16_t idxL, idxR;
835 &(idxL), &(idxR));
838 if (idxL == numIntercepts - 1)
839 idxL = (uint16_t)(numIntercepts - 2); /* extrapolate above */
840 if (pPwrList[idxL] == pPwrList[idxR])
841 k = pVpdList[idxL];
843 k = (uint16_t)( ((currPwr - pPwrList[idxL]) * pVpdList[idxR] + (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
844 (pPwrList[idxR] - pPwrList[idxL]) );