Searched refs:sub (Results 251 - 275 of 1574) sorted by relevance

<<11121314151617181920>>

/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_mode_27_to_33.s165 sub v30.8b, v1.8b , v31.8b //32-fract(dup_const_32_fract)
176 sub v28.8b, v1.8b , v29.8b //(ii)32-fract(dup_const_32_fract)
190 sub v26.8b, v1.8b , v27.8b //(iii)32-fract(dup_const_32_fract)
209 sub v24.8b, v1.8b , v25.8b //(iv)32-fract(dup_const_32_fract)
226 sub v30.8b, v1.8b , v31.8b //(v)32-fract(dup_const_32_fract)
243 sub v28.8b, v1.8b , v29.8b //(vi)32-fract(dup_const_32_fract)
256 sub v26.8b, v1.8b , v27.8b //(vii)32-fract(dup_const_32_fract)
264 sub x20,x4,#8
288 sub v24.8b, v1.8b , v25.8b //(viii)32-fract(dup_const_32_fract)
306 sub v3
[all...]
H A Dihevc_intra_pred_luma_mode_27_to_33.s139 //sub x12,x12,x4
170 sub v30.8b, v1.8b , v31.8b //32-fract(dup_const_32_fract)
181 sub v28.8b, v1.8b , v29.8b //(ii)32-fract(dup_const_32_fract)
195 sub v26.8b, v1.8b , v27.8b //(iii)32-fract(dup_const_32_fract)
214 sub v24.8b, v1.8b , v25.8b //(iv)32-fract(dup_const_32_fract)
231 sub v30.8b, v1.8b , v31.8b //(v)32-fract(dup_const_32_fract)
248 sub v28.8b, v1.8b , v29.8b //(vi)32-fract(dup_const_32_fract)
261 sub v26.8b, v1.8b , v27.8b //(vii)32-fract(dup_const_32_fract)
269 sub x20,x7,#8
293 sub v2
[all...]
H A Dihevc_deblk_chroma_vert.s75 sub x8,x0,#4
100 sub x20,x3,#6
116 sub x20,x2,#6
164 sub x20,x3,#0
168 sub x20,x2,#0
182 sub v2.8h, v18.8h , v2.8h
184 sub x2,x0,#2
H A Dihevc_intra_pred_luma_mode_18_34.s116 sub x14,x4,#8
124 sub x20,x0,#2
149 sub x11,x11,#8
177 sub x20,x10,x14
219 sub x20,x10,x14
232 sub x20,x8,x14
257 sub x20,x0,#2
H A Dihevc_intra_pred_filters_chroma_mode_11_to_17.s121 sub x8, x8, #44
125 sub sp, sp, #132 //ref_temp[2 * max_cu_size + 2]
133 sub x6, x6, #2 //ref_temp + 2*nt - 2
140 sub x1,x1,#6 //address calculation for copying 4 halfwords
148 sub x1, x1,#8
160 sub x1, x1,#24
163 sub x1, x1,#24
186 sub x1, x1,#16
203 sub x1, x1,#2
214 sub x
[all...]
H A Dihevc_inter_pred_chroma_horz_w16out.s132 sub x12,x0,#2 //pu1_src - 2
143 sub x14,x14,x7 //added //decrement height by ht_residue(residue value is calculated outside)
160 sub x9,x0,#2
198 sub x20,x3,#8
200 sub x8,x3,#8
227 sub x20,x5,x3,lsl #1
231 sub x20,x5,x2,lsl #1
238 sub x14, x14,#64
258 // sub x20,x12,x5
360 // sub x2
[all...]
H A Dihevc_intra_pred_chroma_mode_18_34.s124 sub x20,x0,#4
159 sub x11, x11,#16
168 sub x20,x0,#4
/external/python/cpython2/Modules/
H A Dstropmodule.c101 char *s, *sub; local
105 sub = NULL;
109 if (!PyArg_ParseTuple(args, "t#|z#n:split", &s, &len, &sub, &n, &maxsplit))
111 if (sub == NULL)
124 if (s[i] == sub[0] && (n == 1 || memcmp(s+i, sub, n) == 0)) {
295 "find(s, sub [,start [,end]]) -> in\n"
297 "Return the lowest index in s where substring sub is found,\n"
298 "such that sub is contained within s[start,end]. Optional\n"
306 char *s, *sub; local
349 char *s, *sub; local
676 char *s, *sub; local
1089 mymemreplace(const char *str, Py_ssize_t len, const char *pat, Py_ssize_t pat_len, const char *sub, Py_ssize_t sub_len, Py_ssize_t count, Py_ssize_t *out_len) argument
1172 char *str, *pat,*sub,*new_s; local
[all...]
/external/skia/tools/
H A Dcompare_codereview.py265 result = re.sub(
269 result = re.sub(r'unexpected flaky.*', '', result)
271 result = re.sub(r'\bpreamble\b', '', result)
272 result = re.sub(r'\bstdio\b', '', result)
359 formatted_result = re.sub(r'(\S*\.html) ', '\n__\g<1>\n', result.text)
361 formatted_result = re.sub(r'\(.*\)', '', formatted_result)
364 lines.append((3, re.sub('/[^/]*$', '/', url) + result.url))
/external/skqp/tools/
H A Dcompare_codereview.py265 result = re.sub(
269 result = re.sub(r'unexpected flaky.*', '', result)
271 result = re.sub(r'\bpreamble\b', '', result)
272 result = re.sub(r'\bstdio\b', '', result)
359 formatted_result = re.sub(r'(\S*\.html) ', '\n__\g<1>\n', result.text)
361 formatted_result = re.sub(r'\(.*\)', '', formatted_result)
364 lines.append((3, re.sub('/[^/]*$', '/', url) + result.url))
/external/libyuv/files/source/
H A Drow_win.cc280 sub ecx, 8
311 sub ecx, 16
352 sub ecx, 16
391 sub ecx, 16
420 sub ecx, 8
454 sub edx, eax
455 sub edx, eax
476 sub ecx, 8
510 sub edx, eax
511 sub ed
[all...]
H A Dcompare_win.cc49 sub ecx, 16
73 sub edx, eax
88 sub ecx, 32
171 sub ecx, 16
207 sub ecx, 16
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_win.cc313 sub ecx, 8
343 sub ecx, 16
383 sub ecx, 16
422 sub ecx, 16
450 sub ecx, 8
484 sub edx, eax
485 sub edx, eax
506 sub ecx, 8
540 sub edx, eax
541 sub ed
[all...]
H A Dcompare_win.cc49 sub ecx, 16
73 sub edx, eax
88 sub ecx, 32
171 sub ecx, 16
207 sub ecx, 16
/external/libavc/common/arm/
H A Dih264_inter_pred_luma_copy_a9q.s89 sub r11, r12, #4
114 sub r0, r5, r11 @pu1_src = pu1_src_tmp
115 sub r1, r6, r11 @pu1_dst = pu1_dst_tmp
125 sub r11, r12, #8
147 sub r0, r5, r11 @pu1_src = pu1_src_tmp
148 sub r1, r6, r11 @pu1_dst = pu1_dst_tmp
155 sub r11, r12, #16
177 sub r0, r5, r11 @pu1_src = pu1_src_tmp
178 sub r1, r6, r11 @pu1_dst = pu1_dst_tmp
/external/libhevc/common/arm/
H A Dihevc_intra_pred_chroma_horz.s118 sub r12,r12,#16 @move to 16th value pointer
123 sub r12,r12,#16
180 sub r12,r12,#16 @move to 16th value pointer
202 sub r12,r12,#17
205 sub r12,r12,#16
237 @sub r2,r2,#8
281 sub r12,r12,#9
283 sub r12,r12,#8
326 sub r12,r12,#5
/external/freetype/src/cff/
H A Dcffobjs.c195 CFF_SubFont sub = font->subfonts[i - 1]; local
198 cff_make_private_dict( sub, &priv );
247 CFF_SubFont sub = font->subfonts[i - 1]; local
248 FT_Long sub_upm = (FT_Long)sub->font_dict.units_per_em;
319 CFF_SubFont sub = font->subfonts[i - 1]; local
320 FT_Long sub_upm = (FT_Long)sub->font_dict.units_per_em;
773 CFF_FontRecDict sub = &cff->subfonts[i - 1]->font_dict; local
782 if ( sub->has_font_matrix )
792 if ( top->units_per_em > 1 && sub->units_per_em > 1 )
794 sub
[all...]
/external/protobuf/js/binary/
H A Darith.js152 jspb.arith.UInt64.prototype.sub = function(other) {
252 remainder = remainder.sub(divisor);
361 jspb.arith.Int64.prototype.sub = function(other) {
389 num = new jspb.arith.UInt64(0, 0).sub(num);
410 num = new jspb.arith.UInt64(0, 0).sub(num);
/external/python/cpython2/Lib/
H A D_osx_support.py213 flags = re.sub('-arch\s+\w+\s', ' ', flags)
214 flags = re.sub('-isysroot [^ \t]*', ' ', flags)
254 flags = re.sub('-arch\s+ppc\w*\s', ' ', flags)
270 flags = re.sub('-arch\s+\w+\s', ' ', flags)
298 flags = re.sub(r'-isysroot\s+\S+(?:\s|$)', ' ', flags)
/external/python/cpython2/Lib/email/
H A Dgenerator.py127 sub = msg.get_content_subtype()
128 specific = UNDERSCORE.join((main, sub)).replace('-', '_')
180 payload = fcre.sub('>From ', payload)
217 preamble = fcre.sub('>From ', msg.preamble)
238 epilogue = fcre.sub('>From ', msg.epilogue)
/external/python/cpython3/Lib/
H A D_osx_support.py213 flags = re.sub(r'-arch\s+\w+\s', ' ', flags, re.ASCII)
214 flags = re.sub('-isysroot [^ \t]*', ' ', flags)
254 flags = re.sub(r'-arch\s+ppc\w*\s', ' ', flags)
270 flags = re.sub(r'-arch\s+\w+\s', ' ', flags)
298 flags = re.sub(r'-isysroot\s+\S+(?:\s|$)', ' ', flags)
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dfilter_ar_fast_q12_armv7.S51 sub r12, #4 @ &coefficients[coefficients_length - 2]
52 sub r9, r1, r3, lsl #1
75 sub r12, #2 @ &coefficients[0]
86 sub r6, r7 @ output1 -= sum1;
97 sub r6, r8 @ output1 -= sum1;
113 sub r12, #4 @ &coefficients[coefficients_length - 2]
114 sub r9, r1, r3, lsl #1
140 sub r6, r7 @ output1 -= sum1;
141 sub r6, r8 @ output1 -= sum1;
/external/libavc/common/armv8/
H A Dih264_iquant_itrans_recon_av8.s175 sub v5.4h, v0.4h, v2.4h // x1 = d0 - d2//
176 sub v6.4h, v8.4h, v3.4h // x2 = (d1 >> 1) - d3//
183 sub v12.4h, v5.4h , v6.4h // x1-x2
184 sub v13.4h, v4.4h , v7.4h
206 sub v15.4h, v10.4h, v12.4h // x1 = q0 - q2//
207 sub v16.4h, v18.4h, v13.4h // x2 = (q1 >> 1) - q3//
215 sub v22.4h, v15.4h, v16.4h // x1 - x2
216 sub v23.4h, v14.4h, v17.4h // x0 - x3
315 //but it seem to give only reduce the number of instruction by 1. [Since a15 we saw add and sub to be very high throughput
365 sub v
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_re.py52 re.sub(pattern, repl, string)
93 self.assertTypedEqual(re.sub('y', 'a', 'xyz'), 'xaz')
94 self.assertTypedEqual(re.sub('y', S('a'), S('xyz')), 'xaz')
95 self.assertTypedEqual(re.sub(b'y', b'a', b'xyz'), b'xaz')
96 self.assertTypedEqual(re.sub(b'y', B(b'a'), B(b'xyz')), b'xaz')
97 self.assertTypedEqual(re.sub(b'y', bytearray(b'a'), bytearray(b'xyz')), b'xaz')
98 self.assertTypedEqual(re.sub(b'y', memoryview(b'a'), memoryview(b'xyz')), b'xaz')
100 self.assertEqual(re.sub(y, 'a', 'x%sz' % y), 'xaz')
102 self.assertEqual(re.sub("(?i)b+", "x", "bbbb BBBB"), 'x x')
103 self.assertEqual(re.sub(
[all...]
/external/compiler-rt/lib/builtins/arm/
H A Dumodsi3.S67 sub r3, r3, ip
70 sub ip, ip, r3, lsl #1
74 sub ip, ip, r3, lsl #3

Completed in 2292 milliseconds

<<11121314151617181920>>