Home
last modified time | relevance | path

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

12

/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/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;\
Ddirac_vlc.h25 uint8_t *_dst, int coeffs);
27 uint8_t *_dst, int coeffs);
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.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/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/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.c89 void ff_hevc_put_hevc_##name##W##_##bitd##_##opt(int16_t *_dst, … in IDCT_FUNCS()
98 …dst = _dst + i; … in IDCT_FUNCS()
103 void ff_hevc_put_hevc_uni_##name##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride, …
112 …dst = _dst + (i * ((bitd + 7) / 8)); …
118 void ff_hevc_put_hevc_bi_##name##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride, uint8_t *_s…
128 …dst = _dst + (i * ((bitd + 7) / 8)); …
439 void ff_hevc_put_hevc_uni_w##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride, int16_t *_src, \
447 …dst= _dst + (i * ((bitd + 7) / 8)); …
475 void ff_hevc_put_hevc_bi_w##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride, int16_t *_src, \
486 …dst = _dst + (i * ((bitd + 7) / 8)); …
[all …]
/third_party/ffmpeg/libswscale/
Dinput.c97 static void pattern ## 64 ## BE_LE ## ToY_c(uint8_t *_dst, const uint8_t *_src, const uint8_t *unus…
101 uint16_t *dst = (uint16_t *) _dst; \
198 static void pattern ## 48 ## BE_LE ## ToY_c(uint8_t *_dst, \
205 uint16_t *dst = (uint16_t *)_dst; \
418 static void rgba64leToA_c(uint8_t *_dst, const uint8_t *_src, const uint8_t *unused1, in rgba64leToA_c() argument
421 int16_t *dst = (int16_t *)_dst; in rgba64leToA_c()
428 static void rgba64beToA_c(uint8_t *_dst, const uint8_t *_src, const uint8_t *unused1, in rgba64beToA_c() argument
431 int16_t *dst = (int16_t *)_dst; in rgba64beToA_c()
438 static void abgrToA_c(uint8_t *_dst, const uint8_t *src, const uint8_t *unused1, const uint8_t *unu… in abgrToA_c() argument
440 int16_t *dst = (int16_t *)_dst; in abgrToA_c()
[all …]
Dswscale.c67 static void hScale16To19_c(SwsContext *c, int16_t *_dst, int dstW, in hScale16To19_c() argument
73 int32_t *dst = (int32_t *) _dst; in hScale16To19_c()
142 static void hScale8To19_c(SwsContext *c, int16_t *_dst, int dstW, in hScale8To19_c() argument
147 int32_t *dst = (int32_t *) _dst; in hScale8To19_c()
215 static void lumRangeToJpeg16_c(int16_t *_dst, int width) in lumRangeToJpeg16_c() argument
218 int32_t *dst = (int32_t *) _dst; in lumRangeToJpeg16_c()
224 static void lumRangeFromJpeg16_c(int16_t *_dst, int width) in lumRangeFromJpeg16_c() argument
227 int32_t *dst = (int32_t *) _dst; in lumRangeFromJpeg16_c()
/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.c318 void ff_hevc_put_hevc_qpel_bi_h##w##_8_mmi(uint8_t *_dst, \
329 pixel *dst = (pixel *)_dst; \
450 void ff_hevc_put_hevc_qpel_bi_hv##w##_8_mmi(uint8_t *_dst, \
462 pixel *dst = (pixel *)_dst; \
679 void ff_hevc_put_hevc_epel_bi_hv##w##_8_mmi(uint8_t *_dst, \
690 pixel *dst = (pixel *)_dst; \
865 void ff_hevc_put_hevc_pel_bi_pixels##w##_8_mmi(uint8_t *_dst, \
876 pixel *dst = (pixel *)_dst; \
976 void ff_hevc_put_hevc_qpel_uni_hv##w##_8_mmi(uint8_t *_dst, \
988 pixel *dst = (pixel *)_dst; \
/third_party/ffmpeg/libavutil/
Dtx_template.c445 static void compound_imdct_##N##xM(AVTXContext *s, void *_dst, void *_src, \
449 FFTComplex *z = _dst, *exp = s->exptab; \
487 static void compound_mdct_##N##xM(AVTXContext *s, void *_dst, void *_src, \
490 FFTSample *src = _src, *dst = _dst; \
534 static void monolithic_imdct(AVTXContext *s, void *_dst, void *_src, in monolithic_imdct() argument
537 FFTComplex *z = _dst, *exp = s->exptab; in monolithic_imdct()
563 static void monolithic_mdct(AVTXContext *s, void *_dst, void *_src, in monolithic_mdct() argument
566 FFTSample *src = _src, *dst = _dst; in monolithic_mdct()
567 FFTComplex *exp = s->exptab, tmp, *z = _dst; in monolithic_mdct()
600 static void naive_imdct(AVTXContext *s, void *_dst, void *_src, in naive_imdct() argument
[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()
Dvf_blend.c165 uint8_t *_dst, ptrdiff_t dst_linesize, in blend_normal_16bit() argument
171 uint16_t *dst = (uint16_t*)_dst; in blend_normal_16bit()
190 uint8_t *_dst, ptrdiff_t dst_linesize, in blend_normal_32bit() argument
196 float *dst = (float*)_dst; in blend_normal_32bit()
236 uint8_t *_dst, ptrdiff_t dst_linesize, \
242 uint16_t *dst = (uint16_t*)_dst; \
262 uint8_t *_dst, ptrdiff_t dst_linesize, \
268 float *dst = (float*)_dst; \
544 uint8_t *_dst, ptrdiff_t dst_linesize, \ in DEFINE_BLEND8()
550 type *dst = (type*)_dst; \ in DEFINE_BLEND8()
/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; \

12