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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
accelerate.cc 11 #include "webrtc/modules/audio_coding/neteq/accelerate.h"
17 Accelerate::ReturnCodes Accelerate::Process(const int16_t* input,
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(
55 // Do accelerate operation by overlap add.
88 // Accelerate not allowed. Simply move all data from decoded to outData.
94 Accelerate* AccelerateFactory::Create
    [all...]
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 // This method performs the actual Accelerate operation. The samples are
68 RTC_DISALLOW_COPY_AND_ASSIGN(Accelerate);
75 virtual Accelerate* Create(int sample_rate_hz,
time_stretch_unittest.cc 11 // Unit tests for Accelerate and PreemptiveExpand classes.
13 #include "webrtc/modules/audio_coding/neteq/accelerate.h"
36 Accelerate accelerate(kSampleRate, kNumChannels, bgn);
47 Accelerate* accelerate = local
49 EXPECT_TRUE(accelerate != NULL);
50 delete accelerate;
76 // Returns the total length change (in samples) that the accelerate operation
79 Accelerate accelerate(sample_rate_hz_, kNumChannels, background_noise_)
    [all...]
neteq_impl.h 31 class Accelerate;
276 // Sub-method which calls the Accelerate class to perform the accelerate
371 rtc::scoped_ptr<Accelerate> accelerate_ GUARDED_BY(crit_sect_);
neteq_impl.cc 24 #include "webrtc/modules/audio_coding/neteq/accelerate.h"
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
gemm_functors.h 46 #include <Accelerate/Accelerate.h>
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 55 Accelerate // Use the Accelerate framework.
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 100 Accelerate // Use Accelerate framework.
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 89 Accelerate, // Use Accelerate framework.
  /external/clang/lib/CodeGen/
BackendUtil.cpp 294 case CodeGenOptions::Accelerate:
295 TLII->addVectorizableFunctionsFromVecLib(TargetLibraryInfoImpl::Accelerate);
    [all...]
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
attention_wrapper.py     [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 24 clEnumValN(TargetLibraryInfoImpl::Accelerate, "Accelerate",
25 "Accelerate framework"),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetLibraryInfo.cpp 25 clEnumValN(TargetLibraryInfoImpl::Accelerate, "Accelerate",
26 "Accelerate framework"),
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 459 if (Name == "Accelerate")
460 Opts.setVecLib(CodeGenOptions::Accelerate);
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
optimized_ops.h 30 #include <Accelerate/Accelerate.h>
    [all...]

Completed in 990 milliseconds