Home
last modified time | relevance | path

Searched refs:ROQ_VR_tab (Results 1 – 12 of 12) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DCinematic.cpp139 static int ROQ_VR_tab[256]; variable
167 ROQ_VR_tab[i] = (int)( ( t_vr * x) + (1<<5)); in InitCinematic()
938 r = (YY + ROQ_VR_tab[v]) >> 9; in yuv_to_rgb()
956 r = (YY + ROQ_VR_tab[v]) >> 6; in yuv_to_rgb24()
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dcl_cin.c73 static long ROQ_VR_tab[256]; variable
523 ROQ_VR_tab[i] = (long)( ( t_vr * x) + (1<<5)); in ROQ_GenYUVTables()
578 r = (YY + ROQ_VR_tab[v]) >> 9; in yuv_to_rgb()
599 r = (YY + ROQ_VR_tab[v]) >> 6; in yuv_to_rgb24()
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_cin.c89 static long ROQ_VR_tab[256]; variable
526 ROQ_VR_tab[i] = (long)( ( t_vr * x ) + ( 1 << 5 ) ); in ROQ_GenYUVTables()
580 r = ( YY + ROQ_VR_tab[v] ) >> 9; in yuv_to_rgb()
616 r = ( YY + ROQ_VR_tab[v] ) >> 6; in yuv_to_rgb24()
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dcl_cin.c73 static long ROQ_VR_tab[256]; variable
523 ROQ_VR_tab[i] = (long)( ( t_vr * x) + (1<<5)); in ROQ_GenYUVTables()
578 r = (YY + ROQ_VR_tab[v]) >> 9; in yuv_to_rgb()
599 r = (YY + ROQ_VR_tab[v]) >> 6; in yuv_to_rgb24()
/dports/games/evq3/evq3/code/client/
H A Dcl_cin.c73 static long ROQ_VR_tab[256]; variable
524 ROQ_VR_tab[i] = (long)( ( t_vr * x) + (1<<5)); in ROQ_GenYUVTables()
579 r = (YY + ROQ_VR_tab[v]) >> 9; in yuv_to_rgb()
600 r = (YY + ROQ_VR_tab[v]) >> 6; in yuv_to_rgb24()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dcl_cin.c76 static long ROQ_VR_tab[256]; variable
527 ROQ_VR_tab[i] = (long)( ( t_vr * x) + (1<<5)); in ROQ_GenYUVTables()
582 r = (YY + ROQ_VR_tab[v]) >> 9; in yuv_to_rgb()
603 r = (YY + ROQ_VR_tab[v]) >> 6; in yuv_to_rgb24()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dcl_cin.c75 static long ROQ_VR_tab[256]; variable
526 ROQ_VR_tab[i] = (long)( ( t_vr * x) + (1<<5)); in ROQ_GenYUVTables()
581 r = (YY + ROQ_VR_tab[v]) >> 9; in yuv_to_rgb()
602 r = (YY + ROQ_VR_tab[v]) >> 6; in yuv_to_rgb24()
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dcl_cin.c73 static long ROQ_VR_tab[256]; variable
523 ROQ_VR_tab[i] = (long)( ( t_vr * x) + (1<<5)); in ROQ_GenYUVTables()
578 r = (YY + ROQ_VR_tab[v]) >> 9; in yuv_to_rgb()
599 r = (YY + ROQ_VR_tab[v]) >> 6; in yuv_to_rgb24()
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_cin.cpp80 static long ROQ_VR_tab[256]; variable
532 ROQ_VR_tab[i] = (long)( ( t_vr * x) + (1<<5)); in ROQ_GenYUVTables()
587 r = (YY + ROQ_VR_tab[v]) >> 9; in yuv_to_rgb()
618 r = (YY + ROQ_VR_tab[v]) >> 6; in yuv_to_rgb24()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dcl_cin.c73 static long ROQ_VR_tab[256]; variable
523 ROQ_VR_tab[i] = (long)( ( t_vr * x) + (1<<5)); in ROQ_GenYUVTables()
578 r = (YY + ROQ_VR_tab[v]) >> 9; in yuv_to_rgb()
599 r = (YY + ROQ_VR_tab[v]) >> 6; in yuv_to_rgb24()
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_cin.c85 static long ROQ_VR_tab[256]; variable
522 ROQ_VR_tab[i] = (long)( ( t_vr * x ) + ( 1 << 5 ) ); in ROQ_GenYUVTables()
576 r = ( YY + ROQ_VR_tab[v] ) >> 9; in yuv_to_rgb()
612 r = ( YY + ROQ_VR_tab[v] ) >> 6; in yuv_to_rgb24()
/dports/games/openjk/OpenJK-07675e2/code/client/
H A Dcl_cin.cpp81 static long ROQ_VR_tab[256]; variable
536 ROQ_VR_tab[i] = (long)( ( t_vr * x) + (1<<5)); in ROQ_GenYUVTables()
591 r = (YY + ROQ_VR_tab[v]) >> 9; in yuv_to_rgb()
623 r = (YY + ROQ_VR_tab[v]) >> 6; in yuv_to_rgb24()