Home
last modified time | relevance | path

Searched refs:phs (Results 1 – 4 of 4) sorted by relevance

/external/quake/quake/src/QW/server/
Dsv_init.c218 sv.phs = Hunk_Alloc (rowbytes*num); in SV_CalcPHS()
221 dest = (unsigned *)sv.phs; in SV_CalcPHS()
Dserver.h65 byte *pvs, *phs; // fully expanded and decompressed member
Dsv_send.c283 mask = sv.phs + leafnum * 4*((sv.worldmodel->numleafs+31)>>5); in SV_Multicast()
/external/svox/pico/lib/
Dpicosig2.c599 picoos_int32 *phs; in phase_spec2() local
619 phs = sig_inObj->PhsBuff[2]; in phase_spec2()
629 ang[i] = -(((phs_p2[i]+phs_p1[i]+phs[i]+phs_n1[i]+phs_n2[i])<<6) / 5); in phase_spec2()
637 ang[i] = -(((phs_p1[i]+phs[i]+phs_n1[i])<<6) / 3); in phase_spec2()
642 ang[i] = -(phs[i]<<6); /* - simple copy without smoothing */ in phase_spec2()