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