Lines Matching refs:usrc
375 static inline void yuvPlanartoyuy2_c(const uint8_t *ysrc, const uint8_t *usrc,
387 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
401 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
417 usrc += chromStride;
429 static inline void yv12toyuy2_c(const uint8_t *ysrc, const uint8_t *usrc,
435 yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
439 static inline void yuvPlanartouyvy_c(const uint8_t *ysrc, const uint8_t *usrc,
451 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
465 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
481 usrc += chromStride;
493 static inline void yv12touyvy_c(const uint8_t *ysrc, const uint8_t *usrc,
499 yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
506 static inline void yuv422ptouyvy_c(const uint8_t *ysrc, const uint8_t *usrc,
511 yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
518 static inline void yuv422ptoyuy2_c(const uint8_t *ysrc, const uint8_t *usrc,
523 yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,