Lines Matching defs:phi
87 uint64_t phi, dphi, amp;
212 in->phi = phi_at(in, ts);
241 uint32_t phi;
280 phi = AV_RL32(edata + 16);
286 if (phi & 0x80000000) {
287 phi &= ~0x80000000;
288 if (phi >= i)
290 in->phi0 = phi_at(&ws->inter[phi], in->ts_start);
292 in->phi0 = (uint64_t)phi << 33;
370 val = amp * (unsigned)ws->sin[in->phi >> (64 - SIN_BITS)];
371 in->phi += in->dphi;
407 in->phi = in->phi0;