Lines Matching refs:bp2
1551 int *bp2 = buffer2;
1556 refl[LPC_ORDER-1] = bp2[LPC_ORDER-1];
1558 if ((unsigned) bp2[LPC_ORDER-1] + 0x1000 > 0x1fff) {
1564 b = 0x1000-((bp2[i+1] * bp2[i+1]) >> 12);
1572 int a = bp2[j] - ((int)(refl[i+1] * (unsigned)bp2[i-j]) >> 12);
1576 bp1[j] = (int)((bp2[j] - ((int)(refl[i+1] * (unsigned)bp2[i-j]) >> 12)) * (unsigned)b) >> 12;
1584 FFSWAP(int *, bp1, bp2);