Searched refs:NumberOfRawAzimuths (Results 1 – 2 of 2) sorted by relevance
49 const unsigned HRTFElevation::NumberOfRawAzimuths = 360 / AzimuthSpacing; member in WebCore::HRTFElevation51 const unsigned HRTFElevation::NumberOfTotalAzimuths = NumberOfRawAzimuths * InterpolationFactor;173 for (unsigned rawIndex = 0; rawIndex < NumberOfRawAzimuths; ++rawIndex) { in createForSubject()
74 static const unsigned NumberOfRawAzimuths; variable