Home
last modified time | relevance | path

Searched defs:psrc (Results 1 – 25 of 55) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_msa.c24 #define CONVERT16_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument
33 #define CONVERT12_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument
44 #define CONVERT8_BGRA_XXX(psrc, pdst, m0, m1) do { \ argument
54 #define CONVERT4_BGRA_XXX(psrc, pdst, m) do { \ argument
63 #define CONVERT1_BGRA_BGR(psrc, pdst) do { \ argument
72 #define CONVERT1_BGRA_RGB(psrc, pdst) do { \ argument
Dmsa_macro.h48 #define LD_B(RTYPE, psrc) *((RTYPE*)(psrc)) argument
52 #define LD_H(RTYPE, psrc) *((RTYPE*)(psrc)) argument
56 #define LD_W(RTYPE, psrc) *((RTYPE*)(psrc)) argument
83 #define MSA_LOAD(psrc, FUNC_NAME) FUNC_NAME(psrc) argument
99 #define LH(psrc) MSA_LOAD(psrc, msa_lh) argument
101 #define LW(psrc) MSA_LOAD(psrc, msa_lw) argument
104 #define LD(psrc) MSA_LOAD(psrc, msa_ld) argument
106 #define LD(psrc) ((((uint64_t)MSA_LOAD(psrc + 4, msa_lw)) << 32) | \ argument
118 #define LH(psrc) MSA_LOAD(psrc, msa_ulh) argument
120 #define LW(psrc) MSA_LOAD(psrc, msa_ulw) argument
[all …]
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_msa.c24 #define CONVERT16_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument
33 #define CONVERT12_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument
44 #define CONVERT8_BGRA_XXX(psrc, pdst, m0, m1) do { \ argument
54 #define CONVERT4_BGRA_XXX(psrc, pdst, m) do { \ argument
63 #define CONVERT1_BGRA_BGR(psrc, pdst) do { \ argument
72 #define CONVERT1_BGRA_RGB(psrc, pdst) do { \ argument
Dmsa_macro.h48 #define LD_B(RTYPE, psrc) *((RTYPE*)(psrc)) argument
52 #define LD_H(RTYPE, psrc) *((RTYPE*)(psrc)) argument
56 #define LD_W(RTYPE, psrc) *((RTYPE*)(psrc)) argument
83 #define MSA_LOAD(psrc, FUNC_NAME) FUNC_NAME(psrc) argument
99 #define LH(psrc) MSA_LOAD(psrc, msa_lh) argument
101 #define LW(psrc) MSA_LOAD(psrc, msa_lw) argument
104 #define LD(psrc) MSA_LOAD(psrc, msa_ld) argument
106 #define LD(psrc) ((((uint64_t)MSA_LOAD(psrc + 4, msa_lw)) << 32) | \ argument
118 #define LH(psrc) MSA_LOAD(psrc, msa_ulh) argument
120 #define LW(psrc) MSA_LOAD(psrc, msa_ulw) argument
[all …]
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesrc.c443 GstPulseSrc *psrc; in gst_pulsesrc_source_output_info_cb() local
540 GstPulseSrc *psrc; in gst_pulsesrc_current_source_info_cb() local
969 GstPulseSrc *psrc = GST_PULSESRC (userdata); in gst_pulsesrc_context_subscribe_cb() local
1700 gst_pulsesrc_set_corked (GstPulseSrc * psrc, gboolean corked, gboolean wait) in gst_pulsesrc_set_corked()
1748 gst_pulsesrc_play (GstPulseSrc * psrc) in gst_pulsesrc_play()
1761 gst_pulsesrc_pause (GstPulseSrc * psrc) in gst_pulsesrc_pause()
/third_party/ffmpeg/libavcodec/
Dv210dec.c90 uint8_t *psrc = td->buf + stride * slice_start; in v210_decode_slice() local
148 const uint8_t *psrc = avpkt->data; in decode_frame() local
/third_party/cups-filters/filter/foomatic-rip/
Dutil.c103 const char *psrc = src; in strlower() local
120 const char* psrc = src; in strncpy_omit() local
172 const char *psrc = src; in strlcpy() local
193 const char *psrc = src; in strlcat() local
270 const char *psrc = src; in escapechars() local
281 const char *psrc = src; in strncpy_tochar() local
509 const char *psrc = src; in unhexify() local
/third_party/flutter/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c45 #define LW(psrc) \ argument
116 #define LW(psrc) \ argument
184 #define LW(psrc) \ argument
251 #define LD_B(RTYPE, psrc) *((RTYPE *) (psrc)) argument
253 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument
259 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
/third_party/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c45 #define LW(psrc) \ argument
116 #define LW(psrc) \ argument
184 #define LW(psrc) \ argument
251 #define LD_B(RTYPE, psrc) *((RTYPE *) (psrc)) argument
253 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument
259 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \ argument
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltestsrc.c242 gst_gl_test_src_is_seekable (GstBaseSrc * psrc) in gst_gl_test_src_is_seekable()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgsttcpserversrc.c209 gst_tcp_server_src_create (GstPushSrc * psrc, GstBuffer ** outbuf) in gst_tcp_server_src_create()
Dgsttcpclientsrc.c224 gst_tcp_client_src_create (GstPushSrc * psrc, GstBuffer ** outbuf) in gst_tcp_client_src_create()
Dgstsocketsrc.c277 gst_socket_src_fill (GstPushSrc * psrc, GstBuffer * outbuf) in gst_socket_src_fill()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c1128 gst_video_test_src_is_seekable (GstBaseSrc * psrc) in gst_video_test_src_is_seekable()
1135 gst_video_test_src_fill (GstPushSrc * psrc, GstBuffer * buffer) in gst_video_test_src_fill()
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h35 #define LD_V(RTYPE, psrc) *((RTYPE *)(psrc)) argument
52 #define LH(psrc) \ argument
58 #define LW(psrc) \ argument
65 #define LD(psrc) \ argument
71 #define LD(psrc) \ argument
93 #define LH(psrc) \ argument
108 #define LW(psrc) \ argument
125 #define LD(psrc) \ argument
141 #define LD(psrc) \ argument
206 #define LW4(psrc, stride, out0, out1, out2, out3) \ argument
[all …]
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsrc.c323 gst_shm_src_create (GstPushSrc * psrc, GstBuffer ** outbuf) in gst_shm_src_create()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsrc.cc432 gst_qt_src_fill (GstPushSrc * psrc, GstBuffer * buffer) in gst_qt_src_fill()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.h105 PVirtualValue psrc(unsigned i) {return i < m_src.size() ? m_src[i] : nullptr;} in psrc() function
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rsrc.c147 gst_frei0r_src_is_seekable (GstBaseSrc * psrc) in gst_frei0r_src_is_seekable()
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dgstrfbsrc.c506 gst_rfb_src_fill (GstPushSrc * psrc, GstBuffer * outbuf) in gst_rfb_src_fill()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c336 nir_ssa_def *psrc = nir_channel(b, src, c); in nir_blend() local
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dwuffs-deflate-decoder-decode-huffman.c259 uint8_t* psrc = in c_wuffs_deflate__decoder__decode_huffman_fast() local
/third_party/openh264/codec/common/inc/
Dmsa_macros.h39 #define LH(psrc) \ argument
45 #define LW(psrc) \ argument
52 #define LD(psrc) \ argument
58 #define LD(psrc) \ argument
80 #define LH(psrc) \ argument
95 #define LW(psrc) \ argument
111 #define LD(psrc) \ argument
126 #define LD(psrc) \ argument
195 #define MSA_LD_V(RTYPE, psrc, out) (out) = *((RTYPE *)(psrc)); argument
197 #define MSA_LD_V2(RTYPE, psrc, stride, out0, out1) \ argument
[all …]
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsrc.c565 gst_fd_src_create (GstPushSrc * psrc, GstBuffer ** outbuf) in gst_fd_src_create()
/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgsthdv1394src.c370 gst_hdv1394src_create (GstPushSrc * psrc, GstBuffer ** buf) in gst_hdv1394src_create()

123