Searched refs:ysrc (Results 1 - 25 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/ppc/
H A Dyuv2yuv_altivec.c42 const uint8_t *ysrc = src[0]; local
50 const vector unsigned char yperm = vec_lvsl(0, ysrc);
66 vector unsigned char v_yA = vec_ld(i, ysrc);
67 vector unsigned char v_yB = vec_ld(i + 16, ysrc);
68 vector unsigned char v_yC = vec_ld(i + 32, ysrc);
90 vector unsigned char v_y1 = vec_ld(i, ysrc);
103 ysrc += lumStride;
118 const uint8_t *ysrc = src[0]; local
127 const vector unsigned char yperm = vec_lvsl(0, ysrc);
142 vector unsigned char v_yA = vec_ld(i, ysrc);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/ppc/
H A Dyuv2yuv_altivec.c37 const uint8_t *ysrc = src[0]; local
45 const vector unsigned char yperm = vec_lvsl(0, ysrc);
61 vector unsigned char v_yA = vec_ld(i, ysrc);
62 vector unsigned char v_yB = vec_ld(i + 16, ysrc);
63 vector unsigned char v_yC = vec_ld(i + 32, ysrc);
85 vector unsigned char v_y1 = vec_ld(i, ysrc);
98 ysrc += lumStride;
112 const uint8_t *ysrc = src[0]; local
121 const vector unsigned char yperm = vec_lvsl(0, ysrc);
136 vector unsigned char v_yA = vec_ld(i, ysrc);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Ddcmemory.h39 wxCoord width, wxCoord height, wxCoord xsrc, wxCoord ysrc,
H A Ddc.h69 wxCoord width, wxCoord height, wxCoord xsrc, wxCoord ysrc,
154 wxDC *source, wxCoord xsrc, wxCoord ysrc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Drgb2rgb.h87 extern void (*yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
94 extern void (*yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
110 extern void (*yv12touyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
117 extern void (*yuv422ptouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
H A Drgb2rgb_template.c343 static inline void yuvPlanartoyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, argument
355 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
369 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
388 ysrc += lumStride;
397 static inline void yv12toyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, argument
403 yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
407 static inline void yuvPlanartouyvy_c(const uint8_t *ysrc, const uint8_t *usrc, argument
419 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
433 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
452 ysrc
461 yv12touyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) argument
474 yuv422ptouyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) argument
486 yuv422ptoyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) argument
[all...]
H A Drgb2rgb.c56 void (*yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc,
60 void (*yv12touyvy)(const uint8_t *ysrc, const uint8_t *usrc,
64 void (*yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc,
68 void (*yuv422ptouyvy)(const uint8_t *ysrc, const uint8_t *usrc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddcprint.cpp145 wxCoord WXUNUSED(xsrc), wxCoord WXUNUSED(ysrc),
H A Ddc.cpp420 wxDC *source, wxCoord xsrc, wxCoord ysrc,
418 DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC *source, wxCoord xsrc, wxCoord ysrc, int rop, bool useMask, wxCoord xsrcMask, wxCoord ysrcMask) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddcprint.h44 wxDC *source, wxCoord xsrc, wxCoord ysrc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddcprint.h44 wxDC *source, wxCoord xsrc, wxCoord ysrc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Drgb2rgb.h82 extern void (*yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
89 extern void (*yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
105 extern void (*yv12touyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
112 extern void (*yuv422ptouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
H A Drgb2rgb_template.c351 static inline void yuvPlanartoyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, argument
363 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
378 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
396 ysrc += lumStride;
405 static inline void yv12toyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, argument
412 yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
416 static inline void yuvPlanartouyvy_c(const uint8_t *ysrc, const uint8_t *usrc, argument
428 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
443 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
461 ysrc
470 yv12touyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) argument
484 yuv422ptouyvy_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) argument
497 yuv422ptoyuy2_c(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) argument
[all...]
H A Drgb2rgb.c51 void (*yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
54 void (*yv12touyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
57 void (*yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
60 void (*yuv422ptouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Ddc.cpp688 wxDC *source, wxCoord xsrc, wxCoord ysrc,
701 ysrc = source->LogicalToDeviceY(ysrc);
709 xsrcMask = xsrc; ysrcMask = ysrc;
722 xsrc, ysrc,
731 xsrc, ysrc,
686 DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC *source, wxCoord xsrc, wxCoord ysrc, int rop, bool useMask, wxCoord xsrcMask, wxCoord ysrcMask) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Drgb2rgb_template.c1167 static inline void RENAME(yuvPlanartoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, argument
1205 ::"r"(dst), "r"(ysrc), "r"(usrc), "r"(vsrc), "g" (chromWidth)
1212 ysrc += lumStride;
1224 static inline void RENAME(yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, argument
1229 RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
1232 static inline void RENAME(yuvPlanartouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, argument
1270 ::"r"(dst), "r"(ysrc), "r"(usrc), "r"(vsrc), "g" (chromWidth)
1277 ysrc += lumStride;
1289 static inline void RENAME(yv12touyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, argument
1294 RENAME(yuvPlanartouyvy)(ysrc, usr
1300 yuv422ptouyvy(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) argument
1310 yuv422ptoyuy2(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Drgb2rgb_template.c1262 static inline void RENAME(yuvPlanartoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, argument
1300 ::"r"(dst), "r"(ysrc), "r"(usrc), "r"(vsrc), "g" (chromWidth)
1307 ysrc += lumStride;
1319 static inline void RENAME(yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, argument
1324 RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
1327 static inline void RENAME(yuvPlanartouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, argument
1365 ::"r"(dst), "r"(ysrc), "r"(usrc), "r"(vsrc), "g" (chromWidth)
1372 ysrc += lumStride;
1384 static inline void RENAME(yv12touyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, argument
1389 RENAME(yuvPlanartouyvy)(ysrc, usr
1395 yuv422ptouyvy(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) argument
1405 yuv422ptoyuy2(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, int width, int height, int lumStride, int chromStride, int dstStride) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddcmirror.h212 wxDC *source, wxCoord xsrc, wxCoord ysrc,
218 source, GetX(xsrc, ysrc), GetY(xsrc, ysrc),
210 DoBlit(wxCoord xdest, wxCoord ydest, wxCoord w, wxCoord h, wxDC *source, wxCoord xsrc, wxCoord ysrc, int rop = wxCOPY, bool useMask = false, wxCoord xsrcMask = wxDefaultCoord, wxCoord ysrcMask = wxDefaultCoord) argument
H A Ddcgraph.h149 wxDC *source, wxCoord xsrc, wxCoord ysrc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddcpsg.h117 wxDC *source, wxCoord xsrc, wxCoord ysrc, int rop = wxCOPY, bool useMask = false,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/svg/
H A Ddcsvg.h202 bool Blit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC* source, wxCoord xsrc, wxCoord ysrc, int logicalFunc = wxCOPY, bool useMask = false) argument
203 { return DoBlit(xdest, ydest, width, height, source, xsrc, ysrc, logicalFunc, useMask); };
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddcclient.h73 wxDC *source, wxCoord xsrc, wxCoord ysrc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Ddc.h153 wxDC *source, wxCoord xsrc, wxCoord ysrc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddcclient.h61 wxDC *source, wxCoord xsrc, wxCoord ysrc,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Ddcclient.h67 wxDC *source, wxCoord xsrc, wxCoord ysrc,

Completed in 154 milliseconds

123