Home | History | Annotate | Download | only in lib

Lines Matching refs:phs

598     picoos_int32 *phs;
618 phs = sig_inObj->PhsBuff[2];
628 ang[i] = -(((phs_p2[i]+phs_p1[i]+phs[i]+phs_n1[i]+phs_n2[i])<<6) / 5);
636 ang[i] = -(((phs_p1[i]+phs[i]+phs_n1[i])<<6) / 3);
641 ang[i] = -(phs[i]<<6); /* - simple copy without smoothing */