Searched refs:pLerpBits (Results 1 – 1 of 1) sorted by relevance
77 static const int pLerpBits = 15; variable92 c->pShift = kNumPhaseBits - c->coefsBits - pLerpBits; in init_routine()93 c->pMask = ((1<< pLerpBits)-1) << c->pShift; in init_routine()129 c->pShift = kNumPhaseBits - c->coefsBits - pLerpBits; in init_routine()130 c->pMask = ((1<<pLerpBits)-1) << c->pShift; in init_routine()