Searched refs:pLerpBits (Results 1 – 1 of 1) sorted by relevance
81 static const int pLerpBits = 15; variable96 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()