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

  /external/lldb/test/functionalities/data-formatter/rdar-10642615/
Makefile 7 LDFLAGS += -framework Accelerate -framework vecLi
main.cpp 10 #include <Accelerate/Accelerate.h>
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
accelerate.h 26 // This class implements the Accelerate operation. Most of the work is done
28 // operation. In the Accelerate class, the operations that are specific to
29 // Accelerate are implemented.
30 class Accelerate : public TimeStretch {
32 Accelerate(int sample_rate_hz, size_t num_channels,
37 virtual ~Accelerate() {}
39 // This method performs the actual Accelerate operation. The samples are
64 DISALLOW_COPY_AND_ASSIGN(Accelerate);
71 virtual Accelerate* Create(int sample_rate_hz,
accelerate.cc 11 #include "webrtc/modules/audio_coding/neteq/accelerate.h"
17 Accelerate::ReturnCodes Accelerate::Process(
26 // Length of input data too short to do accelerate. Simply move all data
35 void Accelerate::SetParametersForPassiveSpeech(size_t /*len*/,
43 Accelerate::ReturnCodes Accelerate::CheckCriteriaAndStretch(
49 // Do accelerate operation by overlap add.
75 // Accelerate not allowed. Simply move all data from decoded to outData.
81 Accelerate* AccelerateFactory::Create
    [all...]
time_stretch_unittest.cc 11 // Unit tests for Accelerate and PreemptiveExpand classes.
13 #include "webrtc/modules/audio_coding/neteq/accelerate.h"
26 Accelerate accelerate(kSampleRate, kNumChannels, bgn);
38 Accelerate* accelerate = local
40 EXPECT_TRUE(accelerate != NULL);
41 delete accelerate;
neteq_impl.h 31 class Accelerate;
270 // Sub-method which calls the Accelerate class to perform the accelerate
361 scoped_ptr<Accelerate> accelerate_ GUARDED_BY(crit_sect_);
neteq_impl.cc 19 #include "webrtc/modules/audio_coding/neteq/accelerate.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.h 39 #include <Accelerate/Accelerate.h>
DirectConvolver.cpp 36 #include <Accelerate/Accelerate.h>
Biquad.cpp 41 #include <Accelerate/Accelerate.h>
132 // Here we have optimized version using Accelerate.framework
VectorMath.cpp 35 #include <Accelerate/Accelerate.h>
54 // On the Mac we use the highly optimized versions in Accelerate.framework
55 // In 32-bit mode (__ppc__ or __i386__) <Accelerate/Accelerate.h> includes <vecLib/vDSP_translate.h> which defines macros of the same name as

Completed in 340 milliseconds