/third_party/ffmpeg/libavcodec/x86/ |
H A D | exrdsp.asm | 35 ; void ff_reorder_pixels(uint8_t *dst, const uint8_t *src, ptrdiff_t size); 71 ; void ff_predictor(uint8_t *src, ptrdiff_t size);
|
H A D | flacdsp.asm | 87 ;void ff_flac_decorrelate_[lrm]s_16_sse2(uint8_t **out, int32_t **in, int channels, 132 ;void ff_flac_decorrelate_[lrm]s_32_sse2(uint8_t **out, int32_t **in, int channels, 176 ;void ff_flac_decorrelate_indep<ch>_<bps>_<opt>(uint8_t **out, int32_t **in, int channels,
|
H A D | h264_chromamc_10bit.asm | 60 ; void ff_put/avg_h264_chroma_mc8(pixel *dst, pixel *src, ptrdiff_t stride, 151 ; void ff_put/avg_h264_chroma_mc4(pixel *dst, pixel *src, ptrdiff_t stride, 201 ; void ff_put/avg_h264_chroma_mc2(pixel *dst, pixel *src, ptrdiff_t stride,
|
H A D | lossless_videoencdsp.asm | 32 ; void ff_diff_bytes(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, 148 ;void sub_left_predict(uint8_t *dst, uint8_t *src, ptrdiff_t stride, ptrdiff_t width, int height)
|
H A D | audiodsp.asm | 49 ; void ff_vector_clip_int32(int32_t *dst, const int32_t *src, int32_t min, 121 ; void ff_vector_clipf_sse(float *dst, const float *src,
|
H A D | h263_loopfilter.asm | 104 ; void ff_h263_v_loop_filter_mmx(uint8_t *src, int stride, int qscale) 145 ; void ff_h263_h_loop_filter_mmx(uint8_t *src, int stride, int qscale)
|
H A D | h264_deblock_10bit.asm | 153 ; void ff_deblock_v_luma_10(uint16_t *pix, int stride, int alpha, int beta, 602 ; void ff_deblock_v_luma_intra_10(uint16_t *pix, int stride, int alpha, 654 ; void ff_deblock_h_luma_intra_10(uint16_t *pix, int stride, int alpha, 727 ; void ff_deblock_v_luma_intra_10(uint16_t *pix, int stride, int alpha, 756 ; void ff_deblock_h_luma_intra_10(uint16_t *pix, int stride, int alpha, 934 ; void ff_deblock_v_chroma_10(uint16_t *pix, int stride, int alpha, int beta, 956 ; void ff_deblock_v_chroma_intra_10(uint16_t *pix, int stride, int alpha, 973 ; void ff_deblock_h_chroma_10(uint16_t *pix, int stride, int alpha, int beta, 997 ; void ff_deblock_h_chroma422_10(uint16_t *pix, int stride, int alpha, int beta,
|
H A D | dnxhdenc.asm | 27 ; void get_pixels_8x4_sym_sse2(int16_t *block, const uint8_t *pixels,
|
H A D | lossless_videodsp.asm | 41 ; void ff_add_median_pred(uint8_t *dst, const uint8_t *top, 201 ; void ff_add_bytes(uint8_t *dst, uint8_t *src, ptrdiff_t w); 319 ; void add_gradient_pred(uint8_t *src, const ptrdiff_t stride, const ptrdiff_t width)
|
H A D | hevc_idct.asm | 239 ; void ff_hevc_idct_HxW_dc_{8,10}_<opt>(int16_t *coeffs) 359 ; void ff_hevc_idct_4x4__{8,10}_<opt>(int16_t *coeffs, int col_limit) 506 ; void ff_hevc_idct_8x8_{8,10}_<opt>(int16_t *coeffs, int col_limit) 628 ; void ff_hevc_idct_16x16_{8,10}_<opt>(int16_t *coeffs, int col_limit) 790 ; void ff_hevc_idct_32x32_{8,10}_<opt>(int16_t *coeffs, int col_limit)
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_init_remote.tex | 15 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\_space\_t~}\Var{as}, \Type{void~*}\Var{arg});\\ 25 The \Var{arg} void-pointer tells the address space exactly what entity
|
H A D | libunwind.tex | 20 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\_space\_t}, \Type{void~*});\\ 39 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t});\\ 43 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_word\_t});\\ 62 \Type{void} \Func{\_U\_dyn\_register}(\Type{unw\_dyn\_info\_t~*});\\ 64 \Type{void} \Func{\_U\_dyn\_cancel}(\Type{unw\_dyn\_info\_t~*});\\ 154 void show_backtrace (void) {
|
H A D | unw_destroy_addr_space.tex | 15 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t} \Var{as});\\
|
H A D | _U_dyn_register.tex | 15 \Type{void} \Func{\_U\_dyn\_register}(\Type{unw\_dyn\_info\_t~*}\Var{di});\\
|
H A D | _U_dyn_cancel.tex | 15 \Type{void} \Func{\_U\_dyn\_cancel}(\Type{unw\_dyn\_info\_t~*}\Var{di});\\
|
/third_party/rust/crates/once_cell/src/ |
H A D | race.rs | 79 Err(void) => match void {}, in get_or_init() 351 Err(void) => match void {}, in get_or_init()
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv8.pl | 120 // void ecp_nistz256_to_mont(BN_ULONG x0[4],const BN_ULONG x1[4]); 145 // void ecp_nistz256_from_mont(BN_ULONG x0[4],const BN_ULONG x1[4]); 170 // void ecp_nistz256_mul_mont(BN_ULONG x0[4],const BN_ULONG x1[4], 195 // void ecp_nistz256_sqr_mont(BN_ULONG x0[4],const BN_ULONG x1[4]); 218 // void ecp_nistz256_add(BN_ULONG x0[4],const BN_ULONG x1[4], 242 // void ecp_nistz256_div_by_2(BN_ULONG x0[4],const BN_ULONG x1[4]); 263 // void ecp_nistz256_mul_by_2(BN_ULONG x0[4],const BN_ULONG x1[4]); 288 // void ecp_nistz256_mul_by_3(BN_ULONG x0[4],const BN_ULONG x1[4]); 324 // void ecp_nistz256_sub(BN_ULONG x0[4],const BN_ULONG x1[4], 346 // void ecp_nistz256_ne [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv8.pl | 122 // void ecp_nistz256_to_mont(BN_ULONG x0[4],const BN_ULONG x1[4]); 151 // void ecp_nistz256_from_mont(BN_ULONG x0[4],const BN_ULONG x1[4]); 179 // void ecp_nistz256_mul_mont(BN_ULONG x0[4],const BN_ULONG x1[4], 206 // void ecp_nistz256_sqr_mont(BN_ULONG x0[4],const BN_ULONG x1[4]); 231 // void ecp_nistz256_add(BN_ULONG x0[4],const BN_ULONG x1[4], 257 // void ecp_nistz256_div_by_2(BN_ULONG x0[4],const BN_ULONG x1[4]); 280 // void ecp_nistz256_mul_by_2(BN_ULONG x0[4],const BN_ULONG x1[4]); 307 // void ecp_nistz256_mul_by_3(BN_ULONG x0[4],const BN_ULONG x1[4]); 345 // void ecp_nistz256_sub(BN_ULONG x0[4],const BN_ULONG x1[4], 369 // void ecp_nistz256_ne [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | af_volume.asm | 35 ; void ff_scale_samples_s16(uint8_t *dst, const uint8_t *src, int len, 62 ; void ff_scale_samples_s32(uint8_t *dst, const uint8_t *src, int len,
|
H A D | vf_fspp.asm | 51 ;void ff_store_slice_mmx(uint8_t *dst, int16_t *src, 116 ;void ff_store_slice2_mmx(uint8_t *dst, int16_t *src, 183 ;void ff_mul_thrmat_mmx(int16_t *thr_adr_noq, int16_t *thr_adr, int q); 463 ;void ff_column_fidct_mmx(int16_t *thr_adr, int16_t *data, int16_t *output, int cnt); 484 ;void ff_row_idct_mmx(int16_t *workspace, int16_t *output_adr, ptrdiff_t output_stride, int cnt); 614 ;void ff_row_fdct_mmx(int16_t *data, const uint8_t *pixels, ptrdiff_t line_size, int cnt);
|
H A D | vf_pp7.asm | 29 ;void ff_pp7_dctB_mmx(int16_t *dst, int16_t *src)
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctred-mmx.asm | 99 ; GLOBAL(void) 100 ; jsimd_idct_4x4_mmx(void *dct_table, JCOEFPTR coef_block, 104 %define dct_table(b) (b) + 8 ; void *dct_table 493 ; GLOBAL(void) 494 ; jsimd_idct_2x2_mmx(void *dct_table, JCOEFPTR coef_block, 498 %define dct_table(b) (b) + 8 ; void *dct_table
|
H A D | jidctred-sse2.asm | 99 ; GLOBAL(void) 100 ; jsimd_idct_4x4_sse2(void *dct_table, JCOEFPTR coef_block, 104 %define dct_table(b) (b) + 8 ; void *dct_table 414 ; GLOBAL(void) 415 ; jsimd_idct_2x2_sse2(void *dct_table, JCOEFPTR coef_block, 419 %define dct_table(b) (b) + 8 ; void *dct_table
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctred-sse2.asm | 100 ; GLOBAL(void) 101 ; jsimd_idct_4x4_sse2(void *dct_table, JCOEFPTR coef_block, 105 ; r10 = void *dct_table 403 ; GLOBAL(void) 404 ; jsimd_idct_2x2_sse2(void *dct_table, JCOEFPTR coef_block, 408 ; r10 = void *dct_table
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | fixed_dsp.asm | 28 ; void ff_butterflies_fixed(float *src0, float *src1, int len);
|