doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Enumerations | Variables
Simd.h File Reference

Go to the source code of this file.

Classes

class  idSIMD
 
class  idSIMDProcessor
 

Macros

#define VPCALL
 

Enumerations

enum  speakerLabel {
  SPEAKER_LEFT = 0, SPEAKER_RIGHT, SPEAKER_CENTER, SPEAKER_LFE,
  SPEAKER_BACKLEFT, SPEAKER_BACKRIGHT
}
 

Variables

const int MIXBUFFER_SAMPLES = 4096
 
idSIMDProcessorSIMDProcessor
 

Macro Definition Documentation

#define VPCALL

Definition at line 63 of file Simd.h.

Enumeration Type Documentation

Enumerator
SPEAKER_LEFT 
SPEAKER_RIGHT 
SPEAKER_CENTER 
SPEAKER_LFE 
SPEAKER_BACKLEFT 
SPEAKER_BACKRIGHT 

Definition at line 86 of file Simd.h.

Variable Documentation

const int MIXBUFFER_SAMPLES = 4096

Definition at line 84 of file Simd.h.

idSIMDProcessor* SIMDProcessor

Definition at line 43 of file Simd.cpp.