Searched refs:usrc (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/ppc/
H A Dyuv2yuv_altivec.c43 const uint8_t *usrc = src[1]; local
71 vector unsigned char v_uA = vec_ld(j, usrc);
72 vector unsigned char v_uB = vec_ld(j + 16, usrc);
73 vector unsigned char v_u = vec_perm(v_uA, v_uB, vec_lvsl(j, usrc));
91 vector unsigned char v_u = vec_ld(j, usrc);
100 usrc += chromStride;
119 const uint8_t *usrc = src[1]; local
147 vector unsigned char v_uA = vec_ld(j, usrc);
148 vector unsigned char v_uB = vec_ld(j + 16, usrc);
149 vector unsigned char v_u = vec_perm(v_uA, v_uB, vec_lvsl(j, usrc));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/ppc/
H A Dyuv2yuv_altivec.c38 const uint8_t *usrc = src[1]; local
66 vector unsigned char v_uA = vec_ld(j, usrc);
67 vector unsigned char v_uB = vec_ld(j + 16, usrc);
68 vector unsigned char v_u = vec_perm(v_uA, v_uB, vec_lvsl(j, usrc));
86 vector unsigned char v_u = vec_ld(j, usrc);
95 usrc += chromStride;
113 const uint8_t *usrc = src[1]; local
141 vector unsigned char v_uA = vec_ld(j, usrc);
142 vector unsigned char v_uB = vec_ld(j + 16, usrc);
143 vector unsigned char v_u = vec_perm(v_uA, v_uB, vec_lvsl(j, usrc));
[all...]
/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;
385 usrc += chromStride;
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;
449 usrc
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/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;
393 usrc += chromStride;
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;
458 usrc
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/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)
1209 usrc += chromStride;
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)
1274 usrc += chromStride;
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, usrc, vsr
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)
1304 usrc += chromStride;
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)
1369 usrc += chromStride;
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, usrc, vsr
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/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_hue.c276 uint8_t *usrc, uint8_t *vsrc, const int src_linesize,
283 const int u = usrc[i];
290 usrc += src_linesize;
274 apply_lut(HueContext *s, uint8_t *udst, uint8_t *vdst, const int dst_linesize, uint8_t *usrc, uint8_t *vsrc, const int src_linesize, int w, int h) argument

Completed in 65 milliseconds