HomeSort by relevance Sort by last modified time
    Searched refs:phs (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/QW/server/
sv_init.c 180 Expands the PVS and calculates the PHS
193 Con_Printf ("Building PHS...\n");
218 sv.phs = Hunk_Alloc (rowbytes*num);
221 dest = (unsigned *)sv.phs;
234 // or this pvs row into the phs
server.h 65 byte *pvs, *phs; // fully expanded and decompressed member in struct:__anon6934
sv_send.c 283 mask = sv.phs + leafnum * 4*((sv.worldmodel->numleafs+31)>>5);
383 if ((channel & 8) || !sv_phs.value) // no PHS flag
386 reliable = true; // sounds that break the phs are reliable
  /external/svox/pico/lib/
picosig2.c 599 picoos_int32 *phs; local
619 phs = sig_inObj->PhsBuff[2];
629 ang[i] = -(((phs_p2[i]+phs_p1[i]+phs[i]+phs_n1[i]+phs_n2[i])<<6) / 5);
637 ang[i] = -(((phs_p1[i]+phs[i]+phs_n1[i])<<6) / 3);
642 ang[i] = -(phs[i]<<6); /* - simple copy without smoothing */
    [all...]

Completed in 814 milliseconds