Home
last modified time | relevance | path

Searched defs:arch (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/external/libaom/av1/common/
Dcfl.h97 #define CFL_SUBSAMPLE(arch, sub, bd, width, height) \ argument
107 #define CFL_SUBSAMPLE_FUNCTIONS(arch, sub, bd) \ argument
130 #define CFL_SUBSAMPLE_FUNCTION_ARRAY(arch, sub, bd) \ argument
156 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
164 #define CFL_GET_SUBSAMPLE_FUNCTION(arch) \ argument
174 #define CFL_SUB_AVG_X(arch, width, height, round_offset, num_pel_log2) \ argument
184 #define CFL_SUB_AVG_FN(arch) \ argument
227 #define CFL_PREDICT_lbd(arch, width, height) \ argument
238 #define CFL_PREDICT_hbd(arch, width, height) \ argument
252 #define CFL_PREDICT_X(arch, width, height, bd) \ argument
[all …]
/external/libopus/dnn/x86/
Ddnn_x86.h56 #define compute_linear(linear, out, in, arch) ((void)(arch),compute_linear_avx2(linear, out, in)) argument
58 #define compute_activation(output, input, N, activation, arch) ((void)(arch),compute_activation_avx… argument
60 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) ((void)(arch),compute… argument
65 #define compute_linear(linear, out, in, arch) ((void)(arch),compute_linear_sse4_1(linear, out, in)) argument
67 #define compute_activation(output, input, N, activation, arch) ((void)(arch),compute_activation_sse… argument
69 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) ((void)(arch),compute… argument
74 #define compute_linear(linear, out, in, arch) ((void)(arch),compute_linear_sse2(linear, out, in)) argument
76 #define compute_activation(output, input, N, activation, arch) ((void)(arch),compute_activation_sse… argument
78 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) ((void)(arch),compute… argument
88 #define compute_linear(linear, out, in, arch) \ argument
[all …]
/external/libopus/celt/x86/
Dpitch_sse.h58 #define xcorr_kernel(x, y, sum, len, arch) \ argument
63 #define xcorr_kernel(x, y, sum, len, arch) \ argument
75 #define xcorr_kernel(x, y, sum, len, arch) \ argument
104 #define celt_inner_prod(x, y, N, arch) \ argument
109 #define celt_inner_prod(x, y, N, arch) \ argument
114 #define celt_inner_prod(x, y, N, arch) \ argument
127 #define celt_inner_prod(x, y, N, arch) \ argument
153 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) \ argument
156 # define comb_filter_const(y, x, T, N, g10, g11, g12, arch) \ argument
170 #define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) \ argument
[all …]
/external/libopus/celt/arm/
Dpitch_arm.h41 # define celt_inner_prod(x, y, N, arch) ((void)(arch), PRESUME_NEON(celt_inner_prod)(x, y, N)) argument
42 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) ((void)(arch), PRESUME_NEON(dual_inner_p… argument
50 # define celt_inner_prod(x, y, N, arch) ((*CELT_INNER_PROD_IMPL[(arch)&OPUS_ARCHMASK])(x, y, N)) argument
53 # define celt_inner_prod(x, y, N, arch) ((void)(arch), celt_inner_prod_neon(x, y, N)) argument
62 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) ((*DUAL_INNER_PROD_IMPL[(arch)&OPUS_ARCH… argument
65 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) ((void)(arch), dual_inner_prod_neon(x, y… argument
93 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
123 # define xcorr_kernel(x, y, sum, len, arch) \ argument
128 # define xcorr_kernel(x, y, sum, len, arch) \ argument
147 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
Dfft_arm.h55 #define opus_fft_alloc_arch(_st, arch) \ argument
58 #define opus_fft_free_arch(_st, arch) \ argument
61 #define opus_fft(_st, _fin, _fout, arch) \ argument
64 #define opus_ifft(_st, _fin, _fout, arch) \ argument
/external/libopus/dnn/arm/
Ddnn_arm.h46 #define compute_linear(linear, out, in, arch) ((void)(arch),compute_linear_dotprod(linear, out, in)) argument
51 #define compute_linear(linear, out, in, arch) ((void)(arch),compute_linear_neon(linear, out, in)) argument
61 #define compute_linear(linear, out, in, arch) \ argument
70 #define compute_activation(output, input, N, activation, arch) ((void)(arch),compute_activation_neo… argument
72 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) ((void)(arch),compute… argument
83 #define compute_activation(output, input, N, activation, arch) \ argument
97 #define compute_conv2d(conv, out, mem, in, height, hstride, activation, arch) \ argument
/external/rnnoise/src/
Dkiss_fft.h164 #define opus_fft_alloc_arch(_st, arch) \ argument
169 #define opus_fft_free_arch(_st, arch) \ argument
174 #define opus_fft(_cfg, _fin, _fout, arch) \ argument
179 #define opus_ifft(_cfg, _fin, _fout, arch) \ argument
184 #define opus_fft_alloc_arch(_st, arch) \ argument
187 #define opus_fft_free_arch(_st, arch) \ argument
190 #define opus_fft(_cfg, _fin, _fout, arch) \ argument
193 #define opus_ifft(_cfg, _fin, _fout, arch) \ argument
/external/libopus/celt/
Dkiss_fft.h171 #define opus_fft_alloc_arch(_st, arch) \ argument
176 #define opus_fft_free_arch(_st, arch) \ argument
181 #define opus_fft(_cfg, _fin, _fout, arch) \ argument
186 #define opus_ifft(_cfg, _fin, _fout, arch) \ argument
191 #define opus_fft_alloc_arch(_st, arch) \ argument
194 #define opus_fft_free_arch(_st, arch) \ argument
197 #define opus_fft(_cfg, _fin, _fout, arch) \ argument
200 #define opus_ifft(_cfg, _fin, _fout, arch) \ argument
/external/cronet/tot/components/cronet/gn2bp/
Dgen_android_bp.py313 def always_disable(module, arch): argument
316 def enable_zlib(module, arch): argument
323 def enable_boringssl(module, arch): argument
337 def add_androidx_experimental_java_deps(module, arch): argument
340 def add_androidx_annotation_java_deps(module, arch): argument
343 def add_protobuf_lite_runtime_java_deps(module, arch): argument
346 def add_androidx_core_java_deps(module, arch): argument
349 def add_jsr305_java_deps(module, arch): argument
352 def add_errorprone_annotation_java_deps(module, arch): argument
355 def add_androidx_collection_java_deps(module, arch): argument
[all …]
/external/cronet/stable/components/cronet/gn2bp/
Dgen_android_bp.py313 def always_disable(module, arch): argument
316 def enable_zlib(module, arch): argument
323 def enable_boringssl(module, arch): argument
337 def add_androidx_experimental_java_deps(module, arch): argument
340 def add_androidx_annotation_java_deps(module, arch): argument
343 def add_protobuf_lite_runtime_java_deps(module, arch): argument
346 def add_androidx_core_java_deps(module, arch): argument
349 def add_jsr305_java_deps(module, arch): argument
352 def add_errorprone_annotation_java_deps(module, arch): argument
355 def add_androidx_collection_java_deps(module, arch): argument
[all …]
/external/icu/icu4c/packaging/
Ddistrelease.ps126 [string]$arch = "x64" # use x64 as default variable
41 if ($arch -eq "x64") variable
46 elseif ($arch -eq "x86") variable
51 elseif ($arch -eq "ARM64") variable
/external/webrtc/tools_webrtc/android/
Dbuild_aar.py141 def _GetOutputDirectory(build_dir, arch): argument
146 def _GetTargetCpu(arch): argument
159 def _GetArmVersion(arch): argument
170 def Build(build_dir, arch, use_goma, use_remoteexec, extra_gn_args, argument
201 def CollectCommon(aar_file, build_dir, arch): argument
209 def Collect(aar_file, build_dir, arch, unstripped): argument
/external/libopus/silk/x86/
Dmain_sse.h56 subfr_len, max_gain_Q7, L, arch) \ argument
79 subfr_len, max_gain_Q7, L, arch) \ argument
107 … HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, pitchL, Lambda_Q10, LTP_scale_Q14, arch) \ argument
133 … HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, pitchL, Lambda_Q10, LTP_scale_Q14, arch) \ argument
179 … HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, pitchL, Lambda_Q10, LTP_scale_Q14, arch) \ argument
187 … HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, pitchL, Lambda_Q10, LTP_scale_Q14, arch) \ argument
213 … HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, pitchL, Lambda_Q10, LTP_scale_Q14, arch) \ argument
258 # define silk_VAD_GetSA_Q8(psEnC, pIn, arch) ((void)(arch),silk_VAD_GetSA_Q8_sse4_1(psEnC, pIn)) argument
267 # define silk_VAD_GetSA_Q8(psEnC, pIn, arch) \ argument
282 #define silk_inner_product_FLP(data1, data2, dataSize, arch) ((void)arch,silk_inner_product_FLP_avx… argument
[all …]
DSigProc_FIX_sse.h51 …silk_burg_modified(res_nrg, res_nrg_Q, A_Q16, x, minInvGain_Q30, subfr_length, nb_subfr, D, arch) \ argument
68 …silk_burg_modified(res_nrg, res_nrg_Q, A_Q16, x, minInvGain_Q30, subfr_length, nb_subfr, D, arch) \ argument
83 # define silk_inner_prod16(inVec1, inVec2, len, arch) \ argument
94 # define silk_inner_prod16(inVec1, inVec2, len, arch) \ argument
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dbinary_manager.py22 def FetchPathWithVersion(self, binary_name, os_name, arch, os_version=None): argument
31 def FetchPath(self, binary_name, os_name, arch, os_version=None): argument
40 def LocalPath(self, binary_name, os_name, arch, os_version=None): argument
50 self, function, binary_name, os_name, arch, os_version): argument
/external/angle/build/toolchain/win/
Dtool_wrapper.py75 def _GetEnv(self, arch): argument
114 def ExecLinkWrapper(self, arch, use_separate_mspdbsrv, *args): argument
150 def ExecAsmWrapper(self, arch, *args): argument
167 def ExecRcWrapper(self, arch, *args): argument
176 def ExecActionWrapper(self, arch, rspfile, *dirname): argument
/external/cronet/tot/build/toolchain/win/
Dtool_wrapper.py75 def _GetEnv(self, arch): argument
114 def ExecLinkWrapper(self, arch, use_separate_mspdbsrv, *args): argument
150 def ExecAsmWrapper(self, arch, *args): argument
167 def ExecRcWrapper(self, arch, *args): argument
176 def ExecActionWrapper(self, arch, rspfile, *dirname): argument
/external/cronet/stable/build/toolchain/win/
Dtool_wrapper.py75 def _GetEnv(self, arch): argument
114 def ExecLinkWrapper(self, arch, use_separate_mspdbsrv, *args): argument
150 def ExecAsmWrapper(self, arch, *args): argument
167 def ExecRcWrapper(self, arch, *args): argument
176 def ExecActionWrapper(self, arch, rspfile, *dirname): argument
/external/libopus/silk/arm/
DLPC_inv_pred_gain_arm.h41 # define silk_LPC_inverse_pred_gain(A_Q12, order, arch) ((void)(arch), PRESUME_NEON(silk_LPC_inve… argument
50 # define silk_LPC_inverse_pred_gain(A_Q12, order, arch) ((*SILK_LPC_INVERSE_PRED_GAIN_IMPL[(arch)… argument
53 # define silk_LPC_inverse_pred_gain(A_Q12, order, arch) ((void)(arch), silk_LPC_inverse_pred_gain… argument
DNSQ_neon.h86 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \ argument
90 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) ((void)arch,silk_NSQ_n… argument
97 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \ argument
108 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) \ argument
/external/libopus/dnn/
Dnnet.c60 …eneric_dense(const LinearLayer *layer, float *output, const float *input, int activation, int arch) in compute_generic_dense()
72 …ayer *input_weights, const LinearLayer *recurrent_weights, float *state, const float *in, int arch) in compute_generic_gru()
103 void compute_glu(const LinearLayer *layer, float *output, const float *input, int arch) in compute_glu()
120 …er *layer, float *output, float *mem, const float *input, int input_size, int activation, int arch) in compute_generic_conv1d()
132 …at *output, float *mem, const float *input, int input_size, int dilation, int activation, int arch) in compute_generic_conv1d_dilation()
/external/mesa3d/src/panfrost/lib/
Dpan_afbc.c70 unswizzled_format(unsigned arch, enum pipe_format format) in unswizzled_format()
123 panfrost_afbc_format(unsigned arch, enum pipe_format format) in panfrost_afbc_format()
186 panfrost_afbc_can_split(unsigned arch, enum pipe_format format, in panfrost_afbc_can_split()
/external/perfetto/src/profiling/perf/
Dregs_parsing.cc78 uint64_t PerfUserRegsMask(unwindstack::ArchEnum arch) { in PerfUserRegsMask()
107 unwindstack::ArchEnum ArchForAbi(unwindstack::ArchEnum arch, uint64_t abi) { in ArchForAbi()
132 unwindstack::ArchEnum arch) { in ToLibUnwindstackRegs()
230 uint64_t PerfUserRegsMaskForArch(unwindstack::ArchEnum arch) { in PerfUserRegsMaskForArch()
/external/sandboxed-api/sandboxed_api/sandbox2/
Dsyscall.h53 : arch_(arch), nr_(nr), args_(args) {} in arch_() argument
57 sapi::cpu::Architecture arch() const { return arch_; } in arch() function
72 Syscall(sapi::cpu::Architecture arch, uint64_t nr, Args args, pid_t pid, in Syscall()
/external/libffi/
Dgenerate-darwin-source-and-headers.py15 arch = 'i386' variable in simulator_platform
28 arch = 'x86_64' variable in simulator64_platform
41 arch = 'armv7' variable in device_platform
54 arch = 'arm64' variable in device64_platform
67 arch = 'i386' variable in desktop32_platform
80 arch = 'x86_64' variable in desktop64_platform

12345678910>>...17