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

1 2 3 4 5 6 7 8 910

  /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...]
  /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/v8/src/regexp/
regexp-macro-assembler-irregexp-inl.h 21 Expand();
31 Expand();
41 Expand();
51 Expand();
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 67 setLoadExtAction(ISD::SEXTLOAD, MVT::f32, Expand);
68 setLoadExtAction(ISD::ZEXTLOAD, MVT::f32, Expand);
69 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand);
71 setLoadExtAction(ISD::SEXTLOAD, MVT::f64, Expand);
72 setLoadExtAction(ISD::ZEXTLOAD, MVT::f64, Expand);
73 setLoadExtAction(ISD::EXTLOAD, MVT::f64, Expand);
86 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
87 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
96 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand);
98 setOperationAction(ISD::SDIV, MVT::i32, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 72 setOperationAction(ISD::FREM, MVT::f32, Expand);
73 setOperationAction(ISD::FMA, MVT::f32, Expand);
74 setOperationAction(ISD::UINT_TO_FP, MVT::i8, Expand);
75 setOperationAction(ISD::UINT_TO_FP, MVT::i16, Expand);
76 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Expand);
77 setOperationAction(ISD::FP_TO_UINT, MVT::i32, Expand);
78 setOperationAction(ISD::FP_ROUND, MVT::f32, Expand);
79 setOperationAction(ISD::FP_ROUND, MVT::f64, Expand);
80 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
81 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
    [all...]
  /external/skia/src/core/
SkMipMap.cpp 21 // It controls how we expand a pixel into a large type, with space between each component,
28 static Sk4h Expand(uint32_t x) {
40 static Sk4h Expand(uint32_t x) {
56 static uint32_t Expand(uint16_t x) {
66 static uint32_t Expand(uint16_t x) {
76 static unsigned Expand(unsigned x) {
86 static Sk4f Expand(uint64_t x) {
136 auto c00 = F::Expand(p0[0]);
137 auto c10 = F::Expand(p1[0]);
154 auto c00 = F::Expand(p0[0])
    [all...]
  /external/skqp/src/core/
SkMipMap.cpp 20 // It controls how we expand a pixel into a large type, with space between each component,
27 static Sk4h Expand(uint32_t x) {
39 static Sk4h Expand(uint32_t x) {
55 static uint32_t Expand(uint16_t x) {
65 static uint32_t Expand(uint16_t x) {
75 static unsigned Expand(unsigned x) {
85 static Sk4f Expand(uint64_t x) {
135 auto c00 = F::Expand(p0[0]);
136 auto c10 = F::Expand(p1[0]);
153 auto c00 = F::Expand(p0[0])
    [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/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 63 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
64 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
65 setOperationAction(ISD::BR_CC, MVT::Other, Expand);
79 setOperationAction(ISD::SDIV, MVT::i16, Expand);
80 setOperationAction(ISD::SDIV, MVT::i32, Expand);
81 setOperationAction(ISD::SDIVREM, MVT::i16, Expand);
82 setOperationAction(ISD::SDIVREM, MVT::i32, Expand);
83 setOperationAction(ISD::SREM, MVT::i16, Expand);
84 setOperationAction(ISD::SREM, MVT::i32, Expand);
85 setOperationAction(ISD::UDIV, MVT::i16, Expand);
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 67 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
68 setOperationAction(ISD::BRIND, MVT::Other, Expand);
69 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
70 setOperationAction(ISD::SETCC, MVT::i64, Expand);
71 setOperationAction(ISD::SELECT, MVT::i64, Expand);
77 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
78 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
80 setOperationAction(ISD::SDIVREM, MVT::i64, Expand);
81 setOperationAction(ISD::UDIVREM, MVT::i64, Expand);
82 setOperationAction(ISD::SREM, MVT::i64, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 698 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand);
702 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
710 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Expand);
711 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8 , Expand);
712 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1 , Expand);
715 setOperationAction(ISD::UREM, MVT::i32, Expand);
716 setOperationAction(ISD::SREM, MVT::i32, Expand);
717 setOperationAction(ISD::SDIVREM, MVT::i32, Expand);
718 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
720 // Custom expand fp<->sin
    [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/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 92 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand);
93 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand);
96 setTruncStoreAction(MVT::i16, MVT::i8, Expand);
104 setOperationAction(ISD::ROTL, MVT::i8, Expand);
105 setOperationAction(ISD::ROTR, MVT::i8, Expand);
106 setOperationAction(ISD::ROTL, MVT::i16, Expand);
107 setOperationAction(ISD::ROTR, MVT::i16, Expand);
111 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
114 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
117 setOperationAction(ISD::SELECT, MVT::i8, Expand);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 101 setLoadExtAction(ISD::EXTLOAD, MVT::i64, VT, Expand);
102 setLoadExtAction(ISD::SEXTLOAD, MVT::i64, VT, Expand);
103 setLoadExtAction(ISD::ZEXTLOAD, MVT::i64, VT, Expand);
113 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i32, Expand);
118 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i32, Expand);
123 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i32, Expand);
127 setLoadExtAction(ISD::EXTLOAD, VT, MVT::v2i8, Expand);
128 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i8, Expand);
129 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::v2i8, Expand);
130 setLoadExtAction(ISD::EXTLOAD, VT, MVT::v4i8, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 53 //! Expand a library call into an actual call DAG node
120 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand);
121 setLoadExtAction(ISD::EXTLOAD, MVT::f64, Expand);
123 setTruncStoreAction(MVT::i128, MVT::i64, Expand);
124 setTruncStoreAction(MVT::i128, MVT::i32, Expand);
125 setTruncStoreAction(MVT::i128, MVT::i16, Expand);
126 setTruncStoreAction(MVT::i128, MVT::i8, Expand);
128 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
147 setTruncStoreAction(VT, StoreVT, Expand);
160 setTruncStoreAction(VT, StoreVT, 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/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 62 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand);
65 setLoadExtAction(ISD::ZEXTLOAD, MVT::i32, Expand);
68 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand);
69 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand);
71 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
73 // setOperationAction(ISD::BRIND, MVT::Other, Expand);
74 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
75 setOperationAction(ISD::BR_CC, MVT::Other, Expand);
76 setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
78 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
    [all...]
  /build/soong/android/
expand.go 23 // Expand substitutes $() variables in a string
26 func Expand(s string, mapping func(string) (string, error)) (string, error) {
27 // based on os.Expand

Completed in 777 milliseconds

1 2 3 4 5 6 7 8 910