Home
last modified time | relevance | path

Searched refs:export (Results 101 - 125 of 193) sorted by relevance

12345678

/third_party/ffmpeg/libavcodec/arm/
H A Dsbcdsp_neon.S37 function ff_sbc_analyze_4_neon, export=1
90 function ff_sbc_analyze_8_neon, export=1
194 function ff_sbc_calc_scalefactors_neon, export=1
368 function ff_sbc_calc_scalefactors_j_neon, export=1
488 function ff_sbc_enc_process_input_4s_neon, export=1
593 function ff_sbc_enc_process_input_8s_neon, export=1
H A Dac3dsp_armv6.S23 function ff_ac3_bit_alloc_calc_bap_armv6, export=1
H A Dmpegvideo_armv5te_s.S59 function ff_dct_unquantize_h263_armv5te, export=1
H A Dvorbisdsp_neon.S24 function ff_vorbis_inverse_coupling_neon, export=1
H A Dsimple_idct_neon.S265 function ff_simple_idct_put_neon, export=1
320 function ff_simple_idct_add_neon, export=1
359 function ff_simple_idct_neon, export=1
H A Dmlpdsp_armv6.S172 function ff_mlp_pack_output_inorder_\channels\()ch_mixedshift_armv6, export=1
289 function ff_mlp_pack_output_inorder_\channels\()ch_\shift\()shift_armv6, export=1
456 function ff_mlp_pack_output_outoforder_\channels\()ch_\shift\()shift_armv6, export=1
H A Dh264cmc_neon.S27 function ff_\type\()_\codec\()_chroma_mc8_neon, export=1
202 function ff_\type\()_\codec\()_chroma_mc4_neon, export=1
372 function ff_\type\()_h264_chroma_mc2_neon, export=1
H A Dmdct_neon.S26 function ff_imdct_half_neon, export=1
123 function ff_imdct_calc_neon, export=1
159 function ff_mdct_calc_neon, export=1
H A Dsynth_filter_neon.S23 function ff_synth_filter_float_neon, export=1
H A Dsbcdsp_armv6.S34 function ff_sbc_analyze_4_armv6, export=1
98 function ff_sbc_analyze_8_armv6, export=1
H A Dfmtconvert_vfp.S30 function ff_int32_to_float_fmul_array8_vfp, export=1
192 function ff_int32_to_float_fmul_scalar_vfp, export=1
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBPropertiesExporter.java16 * Bundles. Most all meta-data is lost in this export.
43 public void export(RBManager rbm) throws IOException { in export() method in RBPropertiesExporter
/third_party/ffmpeg/libavutil/arm/
H A Dfloat_dsp_vfp.S28 function ff_vector_fmul_vfp, export=1
76 function ff_vector_fmul_window_vfp, export=1
280 function ff_vector_fmul_reverse_vfp, export=1
348 function ff_butterflies_float_vfp, export=1
/third_party/ffmpeg/libavcodec/aarch64/
H A Dmdct_neon.S25 function ff_imdct_half_neon, export=1
131 function ff_imdct_calc_neon, export=1
175 function ff_mdct_calc_neon, export=1
H A Dvorbisdsp_neon.S23 function ff_vorbis_inverse_coupling_neon, export=1
H A Dsynth_filter_neon.S45 function ff_synth_filter_float_neon, export=1
H A Dvp9lpf_neon.S630 function ff_vp9_loop_filter_v_4_8_neon, export=1
654 function ff_vp9_loop_filter_v_44_16_neon, export=1
678 function ff_vp9_loop_filter_h_4_8_neon, export=1
720 function ff_vp9_loop_filter_h_44_16_neon, export=1
772 function ff_vp9_loop_filter_v_8_8_neon, export=1
807 function ff_vp9_loop_filter_v_\mix\()_16_neon, export=1
846 function ff_vp9_loop_filter_h_8_8_neon, export=1
898 function ff_vp9_loop_filter_h_\mix\()_16_neon, export=1
974 function ff_vp9_loop_filter_v_16_8_neon, export=1
1046 function ff_vp9_loop_filter_v_16_16_neon, export
[all...]
/third_party/ffmpeg/libavresample/arm/
H A Daudio_convert_neon.S24 function ff_conv_flt_to_s16_neon, export=1
68 function ff_conv_fltp_to_s16_2ch_neon, export=1
132 function ff_conv_fltp_to_s16_neon, export=1
H A Dresample_neon.S26 function ff_resample_one_\fmt\()_neon, export=1
225 function ff_resample_linear_\fmt\()_neon, export=1
/third_party/ffmpeg/libswresample/arm/
H A Daudio_convert_neon.S24 function swri_oldapi_conv_flt_to_s16_neon, export=1
69 function swri_oldapi_conv_fltp_to_s16_2ch_neon, export=1
134 function swri_oldapi_conv_fltp_to_s16_nch_neon, export=1
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c140 /* register / export # for instr */
145 return instr->alu.export; in dst_to_reg()
264 bc->alu.export_data = instr_v->alu.export >= 0; in fill_instr()
306 bc->alu.export_data = instr_s->alu.export >= 0; in fill_instr()
462 /* export - fill alloc cf */ in assemble()
464 /* get the export buffer from either vector/scalar dest */ in assemble()
475 /* memory export always in 32/33 pair, new alloc on 32 */ in assemble()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c314 OSSL_FUNC_keymgmt_export_fn *export = in der2key_export_object() local
318 if (reference_sz == sizeof(keydata) && export != NULL) { in der2key_export_object()
326 return export(keydata, selection, export_cb, export_cbarg); in der2key_export_object()
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c314 OSSL_FUNC_keymgmt_export_fn *export = in der2key_export_object() local
318 if (reference_sz == sizeof(keydata) && export != NULL) { in der2key_export_object()
322 return export(keydata, ctx->selection, export_cb, export_cbarg); in der2key_export_object()
/third_party/ffmpeg/libavfilter/aarch64/
H A Dvf_nlmeans_neon.S36 function ff_compute_safe_ssd_integral_image_neon, export=1
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_hpp_macros.hpp231 # pragma warning Unknown import / export semantics

Completed in 14 milliseconds

12345678