Home | History | Annotate | Download | only in ar5416

Lines Matching defs:interpolate

72 static int16_t interpolate(uint16_t target, uint16_t srcLeft,
1737 * and interpolate between them.
1743 pNewPower->tPow2x[i] = (uint8_t)interpolate(freq, clo, chi,
1797 * and interpolate between them.
1803 pNewPower->tPow2x[i] = (uint8_t)interpolate(freq, clo, chi,
1812 * Pull the PDADC piers from cal data and interpolate them across the given
2010 /* Interpolate the final vpd */
2012 vpdTableI[i][j] = (uint8_t)(interpolate((uint16_t)FREQ2FBIN(centers.synth_center, IS_CHAN_2GHZ(chan)),
2185 * interpolate
2190 interpolate(uint16_t target, uint16_t srcLeft, uint16_t srcRight,