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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Drgb2rgb.h83 extern void (*yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
90 extern void (*yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
106 extern void (*yv12touyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
113 extern void (*yuv422ptouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
H A Dswscale_altivec_template.c391 uint8_t *ysrc = src[0]; local
399 const vector unsigned char yperm = vec_lvsl(0, ysrc);
404 yv12toyuy2(ysrc, usrc, vsrc, dst, c->srcW, srcSliceH, lumStride, chromStride, dstStride);
420 vector unsigned char v_yA = vec_ld(i, ysrc);
421 vector unsigned char v_yB = vec_ld(i + 16, ysrc);
422 vector unsigned char v_yC = vec_ld(i + 32, ysrc);
444 vector unsigned char v_y1 = vec_ld(i, ysrc);
457 ysrc += lumStride;
468 uint8_t *ysrc = src[0]; local
477 const vector unsigned char yperm = vec_lvsl(0, ysrc);
[all...]
H A Drgb2rgb_template.c1489 static inline void RENAME(yuvPlanartoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, argument
1529 ::"r"(dst), "r"(ysrc), "r"(usrc), "r"(vsrc), "g" (chromWidth)
1553 const uint32_t *yc = (uint32_t *) ysrc;
1554 const uint32_t *yc2 = (uint32_t *) (ysrc + lumStride);
1578 ysrc += lumStride;
1584 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
1599 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
1619 ysrc += lumStride;
1633 static inline void RENAME(yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, argument
1638 RENAME(yuvPlanartoyuy2)(ysrc, usr
1641 yuvPlanartouyvy(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, long width, long height, long lumStride, long chromStride, long dstStride, long vertLumPerChroma) argument
1739 yv12touyvy(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, long width, long height, long lumStride, long chromStride, long dstStride) argument
1750 yuv422ptouyvy(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, long width, long height, long lumStride, long chromStride, long dstStride) argument
1760 yuv422ptoyuy2(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, long width, long height, long lumStride, long chromStride, long dstStride) argument
1891 yvu9toyv12(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, long width, long height, long lumStride, long chromStride) argument
[all...]
H A Drgb2rgb.c57 void (*yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
60 void (*yv12touyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
63 void (*yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
66 void (*yuv422ptouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dpm2fb.c1056 s32 xsrc, s32 ysrc,
1068 ((ysrc-y) & 0xfff) << 16 | ((xsrc-x) & 0xfff));
1076 (y<ysrc ? PM2F_INCREASE_Y : 0) |
1055 pm2fb_block_op(struct fb_info* info, int copy, s32 xsrc, s32 ysrc, s32 x, s32 y, s32 w, s32 h, u32 color) argument

Completed in 100 milliseconds