Searched refs:pShift (Results 1 – 2 of 2) sorted by relevance
96 c->pShift = kNumPhaseBits - c->coefsBits - pLerpBits; in init_routine()97 c->pMask = ((1<< pLerpBits)-1) << c->pShift; in init_routine()133 c->pShift = kNumPhaseBits - c->coefsBits - pLerpBits; in init_routine()134 c->pMask = ((1<<pLerpBits)-1) << c->pShift; in init_routine()413 uint32_t lerpP = ( phase & c.pMask) >> c.pShift; in filterCoefficient()415 uint32_t lerpN = ((ONE-phase) & c.pMask) >> c.pShift; in filterCoefficient()
84 int pShift; member