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

1 2 3 4 5

  /external/webrtc/webrtc/modules/audio_coding/neteq/
normal.h 28 class Expand;
37 Expand* expand)
41 expand_(expand) {
62 Expand* expand_;
merge_unittest.cc 19 #include "webrtc/modules/audio_coding/neteq/expand.h"
33 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels);
34 Merge merge(fs, channels, &expand, &sync_buffer);
expand.h 33 class Expand {
35 Expand(BackgroundNoise* background_noise,
42 virtual ~Expand();
82 // Initializes member variables at the beginning of an expand period.
143 RTC_DISALLOW_COPY_AND_ASSIGN(Expand);
150 virtual Expand* Create(BackgroundNoise* background_noise,
merge.h 23 class Expand;
27 // When a packet is not available for decoding when needed, the expand operation
30 // end of the expanded data (thanks to how the Expand class operates). However,
38 Expand* expand,
93 Expand* expand_;
decision_logic.h 25 class Expand;
65 // Returns the operation that should be done next. |sync_buffer| and |expand|
77 const Expand& expand,
91 // Reports back to DecisionLogic whether the decision to do expand remains or
92 // not. Note that this is necessary, since an expand decision can be changed
125 // Returns the operation that should be done next. |sync_buffer| and |expand|
136 const Expand& expand,
decision_logic_fax.h 38 // Returns the operation that should be done next. |sync_buffer| and |expand|
48 const Expand& expand,
decision_logic_normal.h 42 // Returns the operation that should be done next. |sync_buffer| and |expand|
52 const Expand& expand,
63 const Expand& expand,
84 // operation was done (i.e., accelerate or preemptive expand).
expand_unittest.cc 11 // Unit tests for Expand class.
13 #include "webrtc/modules/audio_coding/neteq/expand.h"
27 TEST(Expand, CreateAndDestroy) {
34 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels);
37 TEST(Expand, CreateUsingFactory) {
45 Expand* expand = expand_factory.Create(&bgn, &sync_buffer, &random_vector, local
47 EXPECT_TRUE(expand != NULL);
48 delete expand;
    [all...]
expand.cc 11 #include "webrtc/modules/audio_coding/neteq/expand.h"
29 Expand::Expand(BackgroundNoise* background_noise,
56 Expand::~Expand() = default;
58 void Expand::Reset() {
68 int Expand::Process(AudioMultiVector* output) {
315 void Expand::SetParametersForNormalAfterExpand() {
323 void Expand::SetParametersForMergeAfterExpand() {
329 size_t Expand::overlap_length() const
    [all...]
decision_logic_fax.cc 24 const Expand& expand,
  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_expand.h 14 #include "webrtc/modules/audio_coding/neteq/expand.h"
20 class MockExpand : public Expand {
28 : Expand(background_noise,
55 Expand*(BackgroundNoise* background_noise,
  /external/skia/src/core/
SkMipMap.cpp 17 // It controls how we expand a pixel into a large type, with space between each component,
25 static Sk4h Expand(uint32_t x) {
34 static uint64_t Expand(uint32_t x) {
45 static uint32_t Expand(uint16_t x) {
55 static uint32_t Expand(uint16_t x) {
65 static unsigned Expand(unsigned x) {
93 auto c00 = F::Expand(p0[0]);
94 auto c01 = F::Expand(p0[1]);
95 auto c10 = F::Expand(p1[0]);
96 auto c11 = F::Expand(p1[1])
    [all...]
  /external/v8/src/regexp/
regexp-macro-assembler-irregexp-inl.h 21 Expand();
31 Expand();
41 Expand();
51 Expand();
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 109 // We cannot sextinreg, expand to shifts
111 setOperationAction(ISD::SUBE, VT, Expand);
112 setOperationAction(ISD::SUBC, VT, Expand);
113 setOperationAction(ISD::ADDE, VT, Expand);
114 setOperationAction(ISD::ADDC, VT, Expand);
116 setOperationAction(ISD::BR_JT, VT, Expand);
117 setOperationAction(ISD::BRIND, VT, Expand);
119 setOperationAction(ISD::SREM, VT, Expand);
120 setOperationAction(ISD::SMUL_LOHI, VT, Expand);
121 setOperationAction(ISD::UMUL_LOHI, VT, Expand);
    [all...]
  /external/libxml2/python/tests/
reader5.py 3 # this tests the Expand() API of the xmlTextReader interface
23 node = reader.Expand() # expand the subtree
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 104 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
105 setOperationAction(ISD::BRIND, MVT::Other, Expand);
106 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
107 setOperationAction(ISD::SETCC, MVT::i64, Expand);
108 setOperationAction(ISD::SELECT, MVT::i64, Expand);
114 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
115 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
117 setOperationAction(ISD::SDIVREM, MVT::i64, Expand);
118 setOperationAction(ISD::UDIVREM, MVT::i64, Expand);
119 setOperationAction(ISD::SREM, MVT::i64, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 84 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand);
85 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Expand);
89 setTruncStoreAction(MVT::i16, MVT::i8, Expand);
97 setOperationAction(ISD::ROTL, MVT::i8, Expand);
98 setOperationAction(ISD::ROTR, MVT::i8, Expand);
99 setOperationAction(ISD::ROTL, MVT::i16, Expand);
100 setOperationAction(ISD::ROTR, MVT::i16, Expand);
104 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
107 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
110 setOperationAction(ISD::SELECT, MVT::i8, Expand);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 775 // Default all indexed load / store to expand.
778 setIndexedLoadAction(IM, VT, Expand);
779 setIndexedStoreAction(IM, VT, Expand);
783 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, VT, Expand);
785 // These operations default to expand.
786 setOperationAction(ISD::FGETSIGN, VT, Expand);
787 setOperationAction(ISD::CONCAT_VECTORS, VT, Expand);
788 setOperationAction(ISD::FMINNUM, VT, Expand);
789 setOperationAction(ISD::FMAXNUM, VT, Expand);
790 setOperationAction(ISD::FMINNAN, VT, Expand);
    [all...]
  /external/ppp/pppd/
pppcrypt.c 97 Expand(in, out)
112 /* The inverse of Expand
139 Expand(des_key, crypt_key);
154 Expand(clear, des_input);
170 Expand(cipher, des_input);
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 73 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
74 setOperationAction(ISD::BRIND, MVT::Other, Expand);
82 // Library functions. These default to Expand, but we have instructions
105 // Expand to fneg + fadd.
106 setOperationAction(ISD::FSUB, MVT::f64, Expand);
141 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Expand);
143 setTruncStoreAction(MVT::i64, MVT::i16, Expand);
144 setTruncStoreAction(MVT::i64, MVT::i8, Expand);
145 setTruncStoreAction(MVT::i64, MVT::i1, Expand);
146 setTruncStoreAction(MVT::v2i64, MVT::v2i1, Expand);
    [all...]
  /external/v8/test/cctest/heap/
test-compaction.cc 43 CHECK(heap->old_space()->Expand());
90 CHECK(heap->old_space()->Expand());
102 CHECK(heap->old_space()->Expand());
166 CHECK(heap->old_space()->Expand());
183 CHECK(heap->old_space()->Expand());
252 CHECK(heap->old_space()->Expand());
276 CHECK(heap->old_space()->Expand());
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 30 "mips16-dont-expand-cond-pseudo",
32 cl::desc("Don't expand conditional move related "
133 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand);
134 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand);
135 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand);
136 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i32, Expand);
137 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Expand);
138 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Expand);
139 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand);
140 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand);
    [all...]
MipsISelLowering.cpp 248 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f32, Expand);
249 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f16, Expand);
252 // Set LoadExtAction for f16 vectors to Expand
256 setLoadExtAction(ISD::EXTLOAD, VT, F16VT, Expand);
259 setTruncStoreAction(MVT::f32, MVT::f16, Expand);
260 setTruncStoreAction(MVT::f64, MVT::f16, Expand);
262 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
314 setOperationAction(ISD::SDIV, MVT::i32, Expand);
315 setOperationAction(ISD::SREM, MVT::i32, Expand);
316 setOperationAction(ISD::UDIV, MVT::i32, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]

Completed in 482 milliseconds

1 2 3 4 5