Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:phase

643 void AudioResamplerSinc::filterCoefficient(int32_t* out, uint32_t phase,
655 uint32_t indexP = ( phase & c.cMask) >> c.cShift;
656 uint32_t lerpP = ( phase & c.pMask) >> c.pShift;
657 uint32_t indexN = ((ONE-phase) & c.cMask) >> c.cShift;
658 uint32_t lerpN = ((ONE-phase) & c.pMask) >> c.pShift;