OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accelerate
(Results
1 - 25
of
142
) sorted by null
1
2
3
4
5
6
/external/clang/test/Driver/
fveclib.c
2
// RUN: %clang -### -c -fveclib=
Accelerate
%s 2>&1 | FileCheck -check-prefix CHECK-
ACCELERATE
%s
6
// CHECK-
ACCELERATE
: "-fveclib=
Accelerate
"
10
// RUN: %clang -fveclib=
Accelerate
%s -target arm64-apple-ios8.0.0 -### 2>&1 | FileCheck --check-prefix=CHECK-LINK %s
11
// CHECK-LINK: "-framework" "
Accelerate
"
13
// RUN: %clang -fveclib=
Accelerate
%s -nostdlib -target arm64-apple-ios8.0.0 -### 2>&1 | FileCheck --check-prefix=CHECK-LINK-NOSTDLIB %s
14
// CHECK-LINK-NOSTDLIB-NOT: "-framework" "
Accelerate
"
16
// RUN: %clang -fveclib=
Accelerate
%s -nodefaultlibs -target arm64-apple-ios8.0.0 -### 2>&1 | FileCheck --check-prefix=CHECK-LINK-NODEFAULTLIBS %s
17
// CHECK-LINK-NODEFAULTLIBS-NOT: "-framework" "
Accelerate
"
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/neteq/
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
...]
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,
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
...]
neteq.gypi
60
'
accelerate
.cc',
61
'
accelerate
.h',
preemptive_expand.cc
73
// Do
accelerate
operation by overlap add.
99
//
Accelerate
not allowed. Simply move all data from decoded to outData.
time_stretch.h
26
// This is the base class for
Accelerate
and PreemptiveExpand. This class
57
// This method performs the processing common to both
Accelerate
and
buffer_level_filter.cc
37
// Account for time-scale operations (
accelerate
and pre-emptive expand).
neteq.cc
15
#include "webrtc/modules/audio_coding/neteq/
accelerate
.h"
preemptive_expand.h
27
// done in the base class TimeStretch, which is shared with the
Accelerate
decision_logic_normal.h
84
// operation was done (i.e.,
accelerate
or preemptive expand).
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/libjpeg-turbo/release/
Welcome.rtf
8
\f0\fs24 \cf0 This installer will install the libjpeg-turbo SDK and run-time libraries onto your computer so that you can use libjpeg-turbo to build new applications or
accelerate
existing ones. To remove the libjpeg-turbo package, run\
ReadMe.txt
1
libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to
accelerate
baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg, all else being equal. On other types of systems, libjpeg-turbo can still outperform libjpeg by a significant amount, by virtue of its highly-optimized Huffman coding routines. In many cases, the performance of libjpeg-turbo rivals that of proprietary high-speed JPEG codecs.
deb-control.tmpl
12
NEON, AltiVec) to
accelerate
baseline JPEG compression and decompression on
/frameworks/rs/driver/runtime/
rs_structs.h
18
*
accelerate
functionality like rsAllocationGetDimX(). Without this
97
*
accelerate
functionality like rsgProgramStoreGetDepthFunc(). Without this
131
*
accelerate
functionality like rsgProgramRasterGetCullMode(). Without this
160
*
accelerate
functionality like rsgProgramRasterGetMagFilter(). Without this
196
*
accelerate
functionality like rsElementGetSubElementCount(). Without this
238
*
accelerate
functionality like rsAllocationGetElement(). Without this
281
*
accelerate
functionality like rsMeshGetVertexAllocationCount(). Without this
/development/samples/ApiDemos/src/com/example/android/apis/view/
Animation3.java
35
"
Accelerate
", "Decelerate", "
Accelerate
/Decelerate",
/external/fio/crc/
crc32c-intel.c
13
* Using hardware provided CRC32 instruction to
accelerate
the CRC32 disposal.
/external/mesa3d/src/gallium/state_trackers/vega/
api_misc.c
57
/* we're supposed to
accelerate
everything */
/external/parameter-framework/upstream/test/catch/
catch.cpp
31
/**
Accelerate
test build by not recompiling catch when a test change.
/external/eigen/doc/
UsingBlasLapackBackends.dox
39
For instance, one can use <a href="http://eigen.tuxfamily.org/Counter/redirect_to_mkl.php">Intel® MKL</a>, Apple's
Accelerate
framework on OSX, <a href="http://www.openblas.net/">OpenBLAS</a>, <a href="http://www.netlib.org/lapack">Netlib LAPACK</a>, etc.
46
\note For Mac users, in order to use the lapack version shipped with the
Accelerate
framework, you also need the lapacke library.
51
and then use the following link flags: \c -framework \c
Accelerate
\c /opt/local/lib/lapack/liblapacke.dylib
/frameworks/base/packages/SystemUI/src/com/android/systemui/
Interpolators.java
38
public static final Interpolator
ACCELERATE
= new AccelerateInterpolator();
/external/eigen/unsupported/Eigen/
BVH
31
* A bounding volume hierarchy (BVH) can
accelerate
many geometric queries. This module provides a generic implementation
82
* The following is a simple but complete example for how to use the BVH to
accelerate
the search for a closest red-blue point pair:
/external/ImageMagick/MagickCore/
Makefile.am
67
MagickCore/
accelerate
.c \
68
MagickCore/
accelerate
-private.h \
69
MagickCore/
accelerate
-kernels-private.h \
411
MagickCore/
accelerate
-private.h \
412
MagickCore/
accelerate
-kernels-private.h \
Android.mk
23
LOCAL_SRC_FILES :=
accelerate
.c\
Completed in 1495 milliseconds
1
2
3
4
5
6