Home
last modified time | relevance | path

Searched defs:pdst (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve_msa.h93 #define PCKEV_XORI128_AVG_ST_UB(in0, in1, dst, pdst) { \ argument
101 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) { \ argument
110 pdst, stride) { \ argument
Dmacros_msa.h30 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
34 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
37 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
100 #define SH(val, pdst) { \ argument
112 #define SW(val, pdst) { \ argument
124 #define SD(val, pdst) { \ argument
195 #define SH(val, pdst) { \ argument
207 #define SW(val, pdst) { \ argument
219 #define SD(val, pdst) { \ argument
268 #define SW4(in0, in1, in2, in3, pdst, stride) { \ argument
[all …]
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_surface.c35 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst, in vmw_svga_winsys_surface_reference()
Dvmw_screen_svga.c122 struct pipe_fence_handle **pdst, in vmw_svga_winsys_fence_reference()
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
91 #define SH(val, pdst) \ argument
104 #define SW(val, pdst) \ argument
117 #define SD(val, pdst) \ argument
177 #define SH(val, pdst) \ argument
190 #define SW(val, pdst) \ argument
203 #define SD(val, pdst) \ argument
256 #define SW4(in0, in1, in2, in3, pdst, stride) \ argument
[all …]
Dloopfilter_filters_msa.c262 #define VP8_ST6x1_UB(in0, in0_idx, in1, in1_idx, pdst, stride) \ argument
/external/webp/src/dsp/
Dalpha_processing_mips_dsp_r2.c26 uint8_t* pdst = dst; in DispatchAlpha() local
/external/mesa3d/src/gallium/drivers/trace/
Dtr_screen.c329 struct pipe_fence_handle **pdst, in trace_screen_fence_reference()
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c59 uint8_t *d, *pdst; in vpx_convolve8_horiz_neon() local
/external/libedit/src/
Dvis.c353 wchar_t *dst, *src, *pdst, *psrc, *start, *extra; in istrsenvisx() local
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_lowering_nvc0.cpp1032 Value *pdst; in checkPredicate() local
/external/opencv3/modules/imgproc/src/
Dcanny.cpp955 uchar* pdst = dst.ptr(); in Canny() local
/external/kernel-headers/original/uapi/linux/
Dethtool.h709 __be16 pdst; member
/external/opencv3/modules/core/test/
Dtest_math.cpp1773 Mat* pdst = input.rows <= input.cols ? &test_mat[OUTPUT][0] : &test_mat[INPUT][1]; in prepare_to_validation() local