/third_party/ffmpeg/libavcodec/x86/ |
H A D | sbrdsp.asm | 128 ; void ff_sbr_hf_gen_sse(float (*X_high)[2], const float (*X_low)[2], 253 ; void ff_sbr_qmf_deint_bfly_sse2(float *v, const float *src0, const float *src1)
|
H A D | qpeldsp.asm | 36 ; void ff_put_no_rnd_pixels8_l2(uint8_t *dst, uint8_t *src1, uint8_t *src2, int dstStride, int src1Stride, int h) 102 ; void ff_put_no_rnd_pixels16_l2(uint8_t *dst, uint8_t *src1, uint8_t *src2, int dstStride, int src1Stride, int h)
|
H A D | hevc_deblock.asm | 624 ; void ff_hevc_v_loop_filter_chroma(uint8_t *_pix, ptrdiff_t _stride, int32_t *tc, 659 ; void ff_hevc_h_loop_filter_chroma(uint8_t *_pix, ptrdiff_t _stride, int32_t *tc, 722 ; void ff_hevc_v_loop_filter_luma(uint8_t *_pix, ptrdiff_t _stride, int beta, 762 ; void ff_hevc_h_loop_filter_luma(uint8_t *_pix, ptrdiff_t _stride, int beta,
|
H A D | mlpdsp.asm | 92 ;void ff_mlp_rematrix_channel(int32_t *samples, const int32_t *coeffs,
|
H A D | synth_filter.asm | 110 ; void ff_synth_filter_inner_<opt>(float *synth_buf, float synth_buf2[32],
|
H A D | vp9itxfm.asm | 172 ; void vp9_iwht_iwht_4x4_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob); 198 ; void vp9_idct_idct_4x4_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob); 326 ; void vp9_iadst_iadst_4x4_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob); 383 ; void vp9_idct_idct_8x8_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob); 726 ; void vp9_iadst_iadst_8x8_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob); 904 ; void vp9_idct_idct_16x16_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob); 1613 ; void vp9_iadst_iadst_16x16_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob); 2155 ; void vp9_idct_idct_32x32_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob);
|
H A D | vp8dsp_loopfilter.asm | 46 ; void ff_vp8_h/v_loop_filter_simple_<opt>(uint8_t *dst, ptrdiff_t stride, int flim); 313 ; void ff_vp8_h/v_loop_filter<size>_inner_<opt>(uint8_t *dst, [uint8_t *v,] ptrdiff_t stride, 684 ; void ff_vp8_h/v_loop_filter<size>_mbedge_<opt>(uint8_t *dst, [uint8_t *v,] ptrdiff_t stride,
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctfst-mmx.asm | 78 ; GLOBAL(void) 79 ; jsimd_idct_ifast_mmx(void *dct_table, JCOEFPTR coef_block,
|
H A D | jidctfst-sse2.asm | 78 ; GLOBAL(void) 79 ; jsimd_idct_ifast_sse2(void *dct_table, JCOEFPTR coef_block,
|
H A D | jidctint-avx2.asm | 280 ; GLOBAL(void) 281 ; jsimd_idct_islow_avx2(void *dct_table, JCOEFPTR coef_block,
|
H A D | jfdctint-avx2.asm | 253 ; GLOBAL(void)
|
H A D | jfdctflt-3dn.asm | 45 ; GLOBAL(void)
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctfst-sse2.asm | 79 ; GLOBAL(void) 80 ; jsimd_idct_ifast_sse2(void *dct_table, JCOEFPTR coef_block,
|
H A D | jfdctint-avx2.asm | 253 ; GLOBAL(void)
|
H A D | jfdctflt-sse.asm | 55 ; GLOBAL(void)
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 126 ; void <fmt>ToY_<opt>(uint8_t *dst, const uint8_t *src, int w); 128 ; void <fmt>toUV_<opt>(uint8_t *dstU, uint8_t *dstV, const uint8_t *src, 523 ; void <fmt>ToY_<opt>(uint8_t *dst, const uint8_t *src, int w); 525 ; void <fmt>toUV_<opt>(uint8_t *dstU, uint8_t *dstV, const uint8_t *src,
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_atadenoise.asm | 34 ; void ff_filter_row(const uint8_t *src, uint8_t *dst,
|
H A D | vf_v360.asm | 35 ; void ff_remap2_8bit_line_avx2(uint8_t *dst, int width, const uint8_t *src, ptrdiff_t in_linesize,
|
H A D | vf_gblur.asm | 429 ; void ff_horiz_slice(float *ptr, int width, int height, int steps, 846 ; void ff_verti_slice(float *buffer, int width, int height, int column_begin,
|
H A D | colorspacedsp.asm | 54 ; void ff_yuv2yuv_420p8to8_sse2(uint8_t *yuv_out[3], ptrdiff_t yuv_out_stride[3], 383 ; void ff_yuv2rgb_420p8_sse2(int16_t *rgb[3], ptrdiff_t rgb_stride, 1017 ; void ff_multiply3x3_sse2(int16_t *data[3], ptrdiff_t stride,
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info.tex | 68 \item[\Type{void~*}\Var{unwind\_info}] The pointer to the unwind-info.
|
/third_party/PyYAML/yaml/ |
H A D | _yaml.pyx | 279 yaml_parser_set_input(&self.parser, input_handler, <void *>self) 863 cdef int input_handler(void *data, unsigned char *buffer, size_t size, size_t *read) except 0: 915 yaml_emitter_set_output(&self.emitter, output_handler, <void *>self) 1385 cdef int output_handler(void *data, unsigned char *bufferu, size_t size) except 0:
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 250 /// void foo(); 255 /// void foo(); 1164 let void = helpers::ast_ty::c_void(ctx); in codegen() 1168 pub struct #name ( #void ); in codegen() 2543 // return-type = void. in codegen_method() 3813 let void = c_void(ctx); in try_to_rust_ty() 3814 return Ok(void.to_ptr(/* is_const = */ false)); in try_to_rust_ty()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-ia64.pl | 142 // void $func (SHA_CTX *ctx, const void *in,size_t num[,int host])
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-ia64.pl | 142 // void $func (SHA_CTX *ctx, const void *in,size_t num[,int host])
|