Home
last modified time | relevance | path

Searched refs:_dst (Results 1 – 25 of 53) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c29 static void FUNC(put_pcm)(uint8_t *_dst, ptrdiff_t stride, int width, int height, in FUNC()
33 pixel *dst = (pixel *)_dst; in FUNC()
44 static av_always_inline void FUNC(add_residual)(uint8_t *_dst, int16_t *res, in FUNC()
48 pixel *dst = (pixel *)_dst; in FUNC()
61 static void FUNC(add_residual4x4)(uint8_t *_dst, int16_t *res, in FUNC()
64 FUNC(add_residual)(_dst, res, stride, 4); in FUNC()
67 static void FUNC(add_residual8x8)(uint8_t *_dst, int16_t *res, in FUNC()
70 FUNC(add_residual)(_dst, res, stride, 8); in FUNC()
73 static void FUNC(add_residual16x16)(uint8_t *_dst, int16_t *res, in FUNC()
76 FUNC(add_residual)(_dst, res, stride, 16); in FUNC()
[all …]
Dvp9dsp_template.c33 static void vert_4x4_c(uint8_t *_dst, ptrdiff_t stride, in vert_4x4_c() argument
36 pixel *dst = (pixel *) _dst; in vert_4x4_c()
47 static void vert_8x8_c(uint8_t *_dst, ptrdiff_t stride, in vert_8x8_c() argument
50 pixel *dst = (pixel *) _dst; in vert_8x8_c()
64 static void vert_16x16_c(uint8_t *_dst, ptrdiff_t stride, in vert_16x16_c() argument
67 pixel *dst = (pixel *) _dst; in vert_16x16_c()
85 static void vert_32x32_c(uint8_t *_dst, ptrdiff_t stride, in vert_32x32_c() argument
88 pixel *dst = (pixel *) _dst; in vert_32x32_c()
114 static void hor_4x4_c(uint8_t *_dst, ptrdiff_t stride, in hor_4x4_c() argument
117 pixel *dst = (pixel *) _dst; in hor_4x4_c()
[all …]
Dh264addpx_template.c30 static void FUNCC(ff_h264_add_pixels4)(uint8_t *_dst, int16_t *_src, int stride) in FUNCC()
33 pixel *dst = (pixel *) _dst; in FUNCC()
50 static void FUNCC(ff_h264_add_pixels8)(uint8_t *_dst, int16_t *_src, int stride) in FUNCC()
53 pixel *dst = (pixel *) _dst; in FUNCC()
Dhevcdsp.h48 void (*put_pcm)(uint8_t *_dst, ptrdiff_t _stride, int width, int height,
63 …void (*sao_band_filter[5])(uint8_t *_dst, uint8_t *_src, ptrdiff_t _stride_dst, ptrdiff_t _stride_…
67 …void (*sao_edge_filter[5])(uint8_t *_dst /* align 16 */, uint8_t *_src /* align 32 */, ptrdiff_t s…
70 …void (*sao_edge_restore[2])(uint8_t *_dst, uint8_t *_src, ptrdiff_t _stride_dst, ptrdiff_t _stride…
78 …void (*put_hevc_qpel_uni_w[10][2][2])(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_…
93 …void (*put_hevc_epel_uni_w[10][2][2])(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_…
Dh264chroma_template.c29 static void FUNCC(OPNAME ## h264_chroma_mc1)(uint8_t *_dst /*align 8*/, uint8_t *_src /*align 1*/, …
30 pixel *dst = (pixel*)_dst;\
63 static void FUNCC(OPNAME ## h264_chroma_mc2)(uint8_t *_dst /*align 8*/, uint8_t *_src /*align 1*/, …
65 pixel *dst = (pixel*)_dst;\
102 static void FUNCC(OPNAME ## h264_chroma_mc4)(uint8_t *_dst /*align 8*/, uint8_t *_src /*align 1*/, …
104 pixel *dst = (pixel*)_dst;\
147 static void FUNCC(OPNAME ## h264_chroma_mc8)(uint8_t *_dst /*align 8*/, uint8_t *_src /*align 1*/, …
149 pixel *dst = (pixel*)_dst;\
Dh264qpel_template.c95 static av_unused void FUNC(OPNAME ## h264_qpel2_v_lowpass)(uint8_t *_dst, const uint8_t *_src, int …
99 pixel *dst = (pixel*)_dst;\
119 static av_unused void FUNC(OPNAME ## h264_qpel2_hv_lowpass)(uint8_t *_dst, pixeltmp *tmp, const uin…
125 pixel *dst = (pixel*)_dst;\
153 static void FUNC(OPNAME ## h264_qpel4_h_lowpass)(uint8_t *_dst, const uint8_t *_src, int dstStride,…
157 pixel *dst = (pixel*)_dst;\
172 static void FUNC(OPNAME ## h264_qpel4_v_lowpass)(uint8_t *_dst, const uint8_t *_src, int dstStride,…
176 pixel *dst = (pixel*)_dst;\
200 static void FUNC(OPNAME ## h264_qpel4_hv_lowpass)(uint8_t *_dst, pixeltmp *tmp, const uint8_t *_src…
206 pixel *dst = (pixel*)_dst;\
[all …]
Dh264idct_template.c33 void FUNCC(ff_h264_idct_add)(uint8_t *_dst, int16_t *_block, int stride) in FUNCC()
36 pixel *dst = (pixel*)_dst; in FUNCC()
69 void FUNCC(ff_h264_idct8_add)(uint8_t *_dst, int16_t *_block, int stride){ in FUNCC()
71 pixel *dst = (pixel*)_dst; in FUNCC()
144 void FUNCC(ff_h264_idct_dc_add)(uint8_t *_dst, int16_t *_block, int stride){ in FUNCC()
146 pixel *dst = (pixel*)_dst; in FUNCC()
159 void FUNCC(ff_h264_idct8_dc_add)(uint8_t *_dst, int16_t *_block, int stride){ in FUNCC()
161 pixel *dst = (pixel*)_dst; in FUNCC()
Ddirac_vlc.h25 uint8_t *_dst, int coeffs);
27 uint8_t *_dst, int coeffs);
Ddirac_vlc.c1096 uint8_t *_dst, int coeffs) in ff_dirac_golomb_read_16bit() argument
1099 int16_t *dst = (int16_t *)_dst, *last = dst + coeffs; in ff_dirac_golomb_read_16bit()
1116 uint8_t *_dst, int coeffs) in ff_dirac_golomb_read_32bit() argument
1119 int32_t *dst = (int32_t *)_dst, *last = dst + coeffs; in ff_dirac_golomb_read_32bit()
/third_party/ffmpeg/libavcodec/aarch64/
Dhevcdsp_init_aarch64.c28 void ff_hevc_add_residual_4x4_8_neon(uint8_t *_dst, int16_t *coeffs,
30 void ff_hevc_add_residual_4x4_10_neon(uint8_t *_dst, int16_t *coeffs,
32 void ff_hevc_add_residual_8x8_8_neon(uint8_t *_dst, int16_t *coeffs,
34 void ff_hevc_add_residual_8x8_10_neon(uint8_t *_dst, int16_t *coeffs,
36 void ff_hevc_add_residual_16x16_8_neon(uint8_t *_dst, int16_t *coeffs,
38 void ff_hevc_add_residual_16x16_10_neon(uint8_t *_dst, int16_t *coeffs,
40 void ff_hevc_add_residual_32x32_8_neon(uint8_t *_dst, int16_t *coeffs,
42 void ff_hevc_add_residual_32x32_10_neon(uint8_t *_dst, int16_t *coeffs,
56 void ff_hevc_sao_band_filter_8x8_8_neon(uint8_t *_dst, uint8_t *_src,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_genx_macros.h91 *_dst = (void *)(dst); __builtin_expect(_dst != NULL, 1); \
92 ({ __genxml_cmd_pack(cmd)(batch, (void *)_dst, &name); \
93 _dst = NULL; \
101 *_dst = (void *)(dst); __builtin_expect(_dst != NULL, 1); \
102 __genxml_cmd_pack(cmd)(batch, (void *)_dst, &name), \
103 _dst = NULL)
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_csb.h149 #define pvr_csb_pack(_dst, cmd, name) \ argument
154 STATIC_ASSERT(sizeof(*(_dst)) == pvr_cmd_length(cmd) * 4); \
155 __pvr_cmd_pack(cmd)((_dst), &name); \
192 *_dst = pvr_csb_alloc_dwords(csb, pvr_cmd_length(cmd)); \
193 __builtin_expect(_dst != NULL, 1); \
195 __pvr_cmd_pack(cmd)(_dst, &name); \
196 _dst = NULL; \
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_genx_macros.h96 *_dst = (void *)(dst); __builtin_expect(_dst != NULL, 1); \
97 ({ __genxml_cmd_pack(cmd)(batch, (void *)_dst, &name); \
98 _dst = NULL; \
106 *_dst = (void *)(dst); __builtin_expect(_dst != NULL, 1); \
107 __genxml_cmd_pack(cmd)(batch, (void *)_dst, &name), \
108 _dst = NULL)
/third_party/ffmpeg/libavcodec/loongarch/
Dvp9_intra_lsx.c27 _dst5, _dst6, _dst7, _dst, _stride, \ argument
30 __lsx_vst(_dst0, _dst, 0); \
31 __lsx_vstx(_dst1, _dst, _stride); \
32 __lsx_vstx(_dst2, _dst, _stride2); \
33 __lsx_vstx(_dst3, _dst, _stride3); \
34 _dst += _stride4; \
35 __lsx_vst(_dst4, _dst, 0); \
36 __lsx_vstx(_dst5, _dst, _stride); \
37 __lsx_vstx(_dst6, _dst, _stride2); \
38 __lsx_vstx(_dst7, _dst, _stride3); \
[all …]
Dh264dsp_lasx.h65 void ff_h264_add_pixels4_8_lasx(uint8_t *_dst, int16_t *_src, int stride);
67 void ff_h264_add_pixels8_8_lasx(uint8_t *_dst, int16_t *_src, int stride);
/third_party/ffmpeg/libavcodec/arm/
Dhevcdsp_init_neon.c27 void ff_hevc_sao_band_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src,
31 void ff_hevc_sao_edge_filter_neon_8_wrapper(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int…
38 void ff_hevc_add_residual_4x4_8_neon(uint8_t *_dst, int16_t *coeffs,
40 void ff_hevc_add_residual_4x4_10_neon(uint8_t *_dst, int16_t *coeffs,
42 void ff_hevc_add_residual_8x8_8_neon(uint8_t *_dst, int16_t *coeffs,
44 void ff_hevc_add_residual_8x8_10_neon(uint8_t *_dst, int16_t *coeffs,
46 void ff_hevc_add_residual_16x16_8_neon(uint8_t *_dst, int16_t *coeffs,
48 void ff_hevc_add_residual_16x16_10_neon(uint8_t *_dst, int16_t *coeffs,
50 void ff_hevc_add_residual_32x32_8_neon(uint8_t *_dst, int16_t *coeffs,
52 void ff_hevc_add_residual_32x32_10_neon(uint8_t *_dst, int16_t *coeffs,
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dhevcdsp.h42 void ff_hevc_put_hevc_bi_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t …
43 void ff_hevc_put_hevc_uni_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t…
44 void ff_hevc_put_hevc_uni_w_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8…
45 void ff_hevc_put_hevc_bi_w_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_…
118 void ff_hevc_put_hevc_bi_pel_pixels16_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, pt…
119 void ff_hevc_put_hevc_bi_pel_pixels24_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, pt…
120 void ff_hevc_put_hevc_bi_pel_pixels32_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, pt…
121 void ff_hevc_put_hevc_bi_pel_pixels48_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, pt…
122 void ff_hevc_put_hevc_bi_pel_pixels64_8_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, pt…
124 void ff_hevc_put_hevc_bi_pel_pixels16_10_avx2(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, p…
[all …]
Dhevcdsp_init.c87 void ff_hevc_put_hevc_##name##W##_##bitd##_##opt(int16_t *_dst, … in IDCT_FUNCS()
96 …dst = _dst + i; … in IDCT_FUNCS()
101 void ff_hevc_put_hevc_uni_##name##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride, …
110 …dst = _dst + (i * ((bitd + 7) / 8)); …
116 void ff_hevc_put_hevc_bi_##name##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride, uint8_t *_s…
126 …dst = _dst + (i * ((bitd + 7) / 8)); …
437 void ff_hevc_put_hevc_uni_w##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride, int16_t *_src, \
445 …dst= _dst + (i * ((bitd + 7) / 8)); …
473 void ff_hevc_put_hevc_bi_w##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride, int16_t *_src, \
484 …dst = _dst + (i * ((bitd + 7) / 8)); …
[all …]
/third_party/ffmpeg/libswscale/
Dinput.c90 static void pattern ## 64 ## BE_LE ## ToY_c(uint8_t *_dst, const uint8_t *_src, const uint8_t *unus…
94 uint16_t *dst = (uint16_t *) _dst; \
191 static void pattern ## 48 ## BE_LE ## ToY_c(uint8_t *_dst, \
198 uint16_t *dst = (uint16_t *)_dst; \
413 static void rgba64leToA_c(uint8_t *_dst, const uint8_t *_src, const uint8_t *unused1, in rgba64leToA_c() argument
416 int16_t *dst = (int16_t *)_dst; in rgba64leToA_c()
423 static void rgba64beToA_c(uint8_t *_dst, const uint8_t *_src, const uint8_t *unused1, in rgba64beToA_c() argument
426 int16_t *dst = (int16_t *)_dst; in rgba64beToA_c()
433 static void abgrToA_c(uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unu… in abgrToA_c() argument
435 int16_t *dst = (int16_t *)_dst; in abgrToA_c()
[all …]
/third_party/weex-loader/
Dmodule-source.js42 const _dst = dst + '/' + _path;
55 writable = fs.createWriteStream(_dst);
58 exists(_src, _dst, copy);
/third_party/ffmpeg/libavcodec/mips/
Dhevcdsp_mmi.c304 void ff_hevc_put_hevc_qpel_bi_h##w##_8_mmi(uint8_t *_dst, \
315 pixel *dst = (pixel *)_dst; \
435 void ff_hevc_put_hevc_qpel_bi_hv##w##_8_mmi(uint8_t *_dst, \
447 pixel *dst = (pixel *)_dst; \
655 void ff_hevc_put_hevc_epel_bi_hv##w##_8_mmi(uint8_t *_dst, \
666 pixel *dst = (pixel *)_dst; \
836 void ff_hevc_put_hevc_pel_bi_pixels##w##_8_mmi(uint8_t *_dst, \
847 pixel *dst = (pixel *)_dst; \
946 void ff_hevc_put_hevc_qpel_uni_hv##w##_8_mmi(uint8_t *_dst, \
958 pixel *dst = (pixel *)_dst; \
/third_party/ffmpeg/libavutil/
Dtx_template.c678 static void TX_NAME(ff_tx_fft_sr)(AVTXContext *s, void *_dst, in TX_NAME()
682 TXComplex *dst = _dst; in TX_NAME()
694 static void TX_NAME(ff_tx_fft_sr_inplace)(AVTXContext *s, void *_dst, in TX_NAME()
697 TXComplex *dst = _dst; in TX_NAME()
743 static void TX_NAME(ff_tx_fft_naive)(AVTXContext *s, void *_dst, void *_src, in TX_NAME()
747 TXComplex *dst = _dst; in TX_NAME()
866 static void TX_NAME(ff_tx_mdct_naive_fwd)(AVTXContext *s, void *_dst, in TX_NAME()
870 TXSample *dst = _dst; in TX_NAME()
887 static void TX_NAME(ff_tx_mdct_naive_inv)(AVTXContext *s, void *_dst, in TX_NAME()
891 TXSample *dst = _dst; in TX_NAME()
[all …]
/third_party/mesa3d/src/imgui/
Dimgui_memory_editor.h565 static void* EndianessCopyBigEndian(void* _dst, void* _src, size_t s, int is_little_endian) in EndianessCopyBigEndian()
569 uint8_t* dst = (uint8_t*)_dst; in EndianessCopyBigEndian()
573 return _dst; in EndianessCopyBigEndian()
577 return memcpy(_dst, _src, s); in EndianessCopyBigEndian()
581 static void* EndianessCopyLittleEndian(void* _dst, void* _src, size_t s, int is_little_endian) in EndianessCopyLittleEndian()
585 return memcpy(_dst, _src, s); in EndianessCopyLittleEndian()
589 uint8_t* dst = (uint8_t*)_dst; in EndianessCopyLittleEndian()
593 return _dst; in EndianessCopyLittleEndian()
/third_party/ffmpeg/libavfilter/
Dcolorspacedsp_yuv2yuv_template.c40 static void fn(yuv2yuv)(uint8_t *_dst[3], const ptrdiff_t dst_stride[3], in fn()
45 opixel **dst = (opixel **) _dst; in fn()
/third_party/mesa3d/src/util/
Ddisk_cache.c65 #define DRV_KEY_CPY(_dst, _src, _src_size) \ argument
67 memcpy(_dst, _src, _src_size); \
68 _dst += _src_size; \

123