Searched refs:pLerpBits (Results 1 – 1 of 1) sorted by relevance
82 static const int pLerpBits = 15; variable97 c->pShift = kNumPhaseBits - c->coefsBits - pLerpBits; in init_routine()98 c->pMask = ((1<< pLerpBits)-1) << c->pShift; in init_routine()134 c->pShift = kNumPhaseBits - c->coefsBits - pLerpBits; in init_routine()135 c->pMask = ((1<<pLerpBits)-1) << c->pShift; in init_routine()