Searched defs:add (Results 251 - 275 of 863) sorted by relevance

<<11121314151617181920>>

/external/libhevc/common/
H A Dihevc_chroma_itrans_recon_8x8.c120 WORD32 add; local
138 add = 1 << (shift - 1);
182 CLIP_S16(((e[k] + o[k] + add) >> shift));
184 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
196 add = 1 << (shift - 1);
223 CLIP_S16(((e[k] + o[k] + add) >> shift));
226 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
269 CLIP_S16(((e[k] + o[k] + add) >> shift));
272 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
H A Dihevc_itrans.c101 WORD32 add; local
103 add = 1 << (i4_shift - 1);
121 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> i4_shift);
123 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> i4_shift);
125 CLIP_S16((74 * (pi2_src[0] - pi2_src[2 * src_strd] + pi2_src[3 * src_strd]) + add) >> i4_shift);
127 CLIP_S16((55 * c[0] + 29 * c[2] - c[3] + add) >> i4_shift);
185 WORD32 add; local
187 add = 1 << (i4_shift - 1);
210 CLIP_S16(((e[0] + o[0] + add) >> i4_shift));
212 CLIP_S16(((e[1] + o[1] + add) >> i4_shif
234 WORD32 add; local
332 WORD32 add; local
411 WORD32 add; local
556 WORD32 add; local
651 WORD32 add; local
857 WORD32 add; local
[all...]
H A Dihevc_itrans_recon.c110 WORD32 add; local
121 add = 1 << (shift - 1);
139 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> shift);
141 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> shift);
143 CLIP_S16((74 * (pi2_src[0] - pi2_src[2 * src_strd] + pi2_src[3 * src_strd]) + add) >> shift);
145 CLIP_S16((55 * c[0] + 29 * c[2] - c[3] + add) >> shift);
156 add = 1 << (shift - 1);
168 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> shift);
171 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> shift);
174 CLIP_S16((74 * (pi2_tmp[0] - pi2_tmp[2 * trans_size] + pi2_tmp[3 * trans_size]) + add) >> shif
247 WORD32 add; local
[all...]
H A Dihevc_itrans_recon_16x16.c112 WORD32 add; local
136 add = 1 << (shift - 1);
177 CLIP_S16(((e[k] + o[k] + add) >> shift));
179 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
191 add = 1 << (shift - 1);
228 CLIP_S16(((e[k] + o[k] + add) >> shift));
231 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
280 CLIP_S16(((e[k] + o[k] + add) >> shift));
283 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
354 CLIP_S16(((e[k] + o[k] + add) >> shif
[all...]
H A Dihevc_itrans_recon_32x32.c114 WORD32 add; local
138 add = 1 << (shift - 1);
190 CLIP_S16(((e[k] + o[k] + add) >> shift));
192 CLIP_S16(((e[15 - k] - o[15 - k] + add) >> shift));
204 add = 1 << (shift - 1);
251 CLIP_S16(((e[k] + o[k] + add) >> shift));
254 CLIP_S16(((e[15 - k] - o[15 - k] + add) >> shift));
311 CLIP_S16(((e[k] + o[k] + add) >> shift));
314 CLIP_S16(((e[15 - k] - o[15 - k] + add) >> shift));
429 CLIP_S16(((e[k] + o[k] + add) >> shif
[all...]
H A Dihevc_itrans_recon_8x8.c111 WORD32 add; local
136 add = 1 << (shift - 1);
167 CLIP_S16(((e[k] + o[k] + add) >> shift));
169 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
181 add = 1 << (shift - 1);
206 CLIP_S16(((e[k] + o[k] + add) >> shift));
209 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
251 CLIP_S16(((e[k] + o[k] + add) >> shift));
254 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
274 add
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dattr.py66 def add(self, data): member in class:Event
75 self.add(base)
76 self.add(data)
/external/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h67 /// add - Add a sequence to the table.
69 void add(const SeqT &Seq) { function in class:llvm::SequenceToOffsetTable
70 assert(Entries == 0 && "Cannot call add() after layout()");
/external/markdown/markdown/
H A Dodict.py141 def add(self, key, value, location): member in class:OrderedDict
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObjectList.java89 public void add(NetObject obj) { method in class:NetObjectList
90 super.add(obj);
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMultipartMimeContentImpl.java47 * @see gov.nist.javax.sip.message.MultipartMimeContentExt#add(gov.nist.javax.sip.message.Content)
49 public boolean add(Content content) { method in class:MultipartMimeContentImpl
50 return contentList.add((ContentImpl) content);
93 this.contentList.add(content);
140 contentList.add(content);
178 this.add(content);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHeaders.java84 result.add(name(i));
95 result.add(value(i));
110 result.add(fieldName, namesAndValues[i + 1]);
157 public Builder add(String fieldName, String value) { method in class:Headers.Builder
171 namesAndValues.add(fieldName);
172 namesAndValues.add(value.trim());
192 add(fieldName, value);
/external/openssl/crypto/bn/
H A Dbn_add.c104 /* unsigned add of b to a */
266 int add=0,neg=0; local
282 { add=1; neg=1; }
286 if (b->neg) { add=1; neg=0; }
289 if (add)
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_vertex_sequence.h32 void add(const T& val);
37 void vertex_sequence<T, S>::add(const T& val) function in class:agg::vertex_sequence
44 base_type::add(val);
50 add(val);
/external/proguard/src/proguard/evaluation/value/
H A DDoubleValue.java76 public abstract DoubleValue add(DoubleValue other); method in class:DoubleValue
147 public DoubleValue add(SpecificDoubleValue other) method in class:DoubleValue
149 return add((DoubleValue)other);
250 public DoubleValue add(ParticularDoubleValue other) method in class:DoubleValue
252 return add((SpecificDoubleValue)other);
H A DFloatValue.java76 public abstract FloatValue add(FloatValue other); method in class:FloatValue
147 public FloatValue add(SpecificFloatValue other) method in class:FloatValue
149 return add((FloatValue)other);
250 public FloatValue add(ParticularFloatValue other) method in class:FloatValue
252 return add((SpecificFloatValue)other);
H A DParticularDoubleValue.java80 public DoubleValue add(DoubleValue other) method in class:ParticularDoubleValue
83 //return value == 0.0 ? other : other.add(this);
84 return other.add(this);
143 public DoubleValue add(ParticularDoubleValue other) method in class:ParticularDoubleValue
H A DParticularFloatValue.java80 public FloatValue add(FloatValue other) method in class:ParticularFloatValue
83 //return value == 0.0 ? other : other.add(this);
84 return other.add(this);
143 public FloatValue add(ParticularFloatValue other) method in class:ParticularFloatValue
H A DSpecificDoubleValue.java60 public DoubleValue add(DoubleValue other) method in class:SpecificDoubleValue
62 return other.add(this);
114 public DoubleValue add(SpecificDoubleValue other) method in class:SpecificDoubleValue
H A DSpecificFloatValue.java60 public FloatValue add(FloatValue other) method in class:SpecificFloatValue
62 return other.add(this);
114 public FloatValue add(SpecificFloatValue other) method in class:SpecificFloatValue
H A DUnknownDoubleValue.java60 public DoubleValue add(DoubleValue other) method in class:UnknownDoubleValue
H A DUnknownFloatValue.java60 public FloatValue add(FloatValue other) method in class:UnknownFloatValue
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DExtensionRegistryLite.java107 public final void add( method in class:ExtensionRegistryLite
/external/protobuf/python/google/protobuf/internal/
H A Dcontainers.py196 _concrete_class field of this descriptor when the client calls add().
201 def add(self): member in class:RepeatedCompositeFieldContainer
/external/qemu/android/tools/
H A Dgen-hw-config.py74 def add(self,key,val): member in class:Item
112 lastItem.add(key, value)

Completed in 255 milliseconds

<<11121314151617181920>>