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

1 2

  /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_);
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
cblas_conv.h 20 // for now, utilizing Apple's Accelerate framework.
23 #include <Accelerate/Accelerate.h>
  /external/tensorflow/tensorflow/core/kernels/
gemm_functors.h 39 #include <Accelerate/Accelerate.h>
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 55 Accelerate // Use the Accelerate framework.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
CodeGenOptions.h 54 Accelerate, // Use the Accelerate framework.
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 100 Accelerate // Use Accelerate framework.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 99 Accelerate, // Use Accelerate framework.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetLibraryInfo.h 89 Accelerate, // Use Accelerate framework.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetLibraryInfo.h 89 Accelerate, // Use Accelerate framework.

Completed in 800 milliseconds

1 2