Home
last modified time | relevance | path

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

1234

/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()
/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/mesa/drivers/dri/i965/
DgenX_boilerplate.h136 *_dst = emit_dwords(brw, _brw_cmd_length(cmd)); \
137 __builtin_expect(_dst != NULL, 1); \
138 _brw_cmd_pack(cmd)(brw, (void *)_dst, &name), \
139 _dst = NULL)
154 *_dst = brw_state_batch(brw, _brw_cmd_length(cmd) * 4, \
156 __builtin_expect(_dst != NULL, 1); \
157 _brw_cmd_pack(cmd)(brw, (void *)_dst, &name), \
158 _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 …]
/third_party/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.cpp46 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<int>& _dst, in FakeCodeline() argument
52 transform(_dst.begin(), _dst.end(), std::back_inserter(dst), in FakeCodeline()
63 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<pair<int,int>>& _dst, in FakeCodeline() argument
73 transform(_dst.begin(), _dst.end(), std::back_inserter(dst), in FakeCodeline()
89 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<tuple<int,int,int>>& _dst, in FakeCodeline() argument
98 transform(_dst.begin(), _dst.end(), std::back_inserter(dst), in FakeCodeline()
114 FakeCodeline::FakeCodeline(tgsi_opcode _op, const vector<tuple<int,int,int>>& _dst, in FakeCodeline() argument
122 transform(_dst.begin(), _dst.end(), std::back_inserter(dst), in FakeCodeline()
Dst_tests_common.h48 FakeCodeline(tgsi_opcode _op, const std::vector<int>& _dst, const std::vector<int>& _src,
51 FakeCodeline(tgsi_opcode _op, const std::vector<std::pair<int,int>>& _dst,
55 FakeCodeline(tgsi_opcode _op, const std::vector<std::tuple<int,int,int>>& _dst,
59 FakeCodeline(tgsi_opcode _op, const std::vector<std::tuple<int, int, int> > &_dst,
/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/pixman/pixman/
Dpixman-accessor.h11 uint8_t *_dst = (uint8_t*)(dst); \
13 WRITE((img), _dst +_i, (val)); \
/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/libnl/lib/route/act/
Dgact.c53 static int gact_clone(void *_dst, void *_src) in gact_clone() argument
55 struct rtnl_gact *dst = _dst, *src = _src; in gact_clone()
/third_party/libnl/lib/fib_lookup/
Drequest.c45 static int request_clone(struct nl_object *_dst, struct nl_object *_src) in request_clone() argument
47 struct flnl_request *dst = nl_object_priv(_dst); in request_clone()
/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()

1234