Searched refs:NumberOfTotalAzimuths (Results 1 – 3 of 3) sorted by relevance
51 const unsigned HRTFElevation::NumberOfTotalAzimuths = NumberOfRawAzimuths * InterpolationFactor; member in WebCore::HRTFElevation168 OwnPtr<HRTFKernelList> kernelListL = adoptPtr(new HRTFKernelList(NumberOfTotalAzimuths)); in createForSubject()169 OwnPtr<HRTFKernelList> kernelListR = adoptPtr(new HRTFKernelList(NumberOfTotalAzimuths)); in createForSubject()186 for (unsigned i = 0; i < NumberOfTotalAzimuths; i += InterpolationFactor) { in createForSubject()187 int j = (i + InterpolationFactor) % NumberOfTotalAzimuths; in createForSubject()210 OwnPtr<HRTFKernelList> kernelListL = adoptPtr(new HRTFKernelList(NumberOfTotalAzimuths)); in createByInterpolatingSlices()211 OwnPtr<HRTFKernelList> kernelListR = adoptPtr(new HRTFKernelList(NumberOfTotalAzimuths)); in createByInterpolatingSlices()219 for (unsigned i = 0; i < NumberOfTotalAzimuths; ++i) { in createByInterpolatingSlices()
63 unsigned numberOfAzimuths() { return NumberOfTotalAzimuths; } in numberOfAzimuths()80 static const unsigned NumberOfTotalAzimuths; variable
58 static unsigned numberOfAzimuths() { return HRTFElevation::NumberOfTotalAzimuths; } in numberOfAzimuths()