Lines Matching refs:vsrc
376 const uint8_t *vsrc, uint8_t *dst,
387 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
401 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
418 vsrc += chromStride;
430 const uint8_t *vsrc, uint8_t *dst,
435 yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
440 const uint8_t *vsrc, uint8_t *dst,
451 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
465 const uint8_t *yc = ysrc, *uc = usrc, *vc = vsrc;
482 vsrc += chromStride;
494 const uint8_t *vsrc, uint8_t *dst,
499 yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
507 const uint8_t *vsrc, uint8_t *dst,
511 yuvPlanartouyvy_c(ysrc, usrc, vsrc, dst, width, height, lumStride,
519 const uint8_t *vsrc, uint8_t *dst,
523 yuvPlanartoyuy2_c(ysrc, usrc, vsrc, dst, width, height, lumStride,