Lines Matching defs:src_row
365 const uint8_t *src_row = (const uint8_t *)src + src_stride * y;
377 memcpy((char *)dst + offset, src_row, length * cpp);
379 src_row += length * cpp;
389 memcpy((char *)dst + offset, src_row, 64);
391 src_row += 64;
400 memcpy((char *)dst + offset, src_row, x);
503 const uint8_t *src_row = (const uint8_t *)src + src_stride * y;
515 memcpy((char *)dst + offset, src_row, length * cpp);
517 src_row += length * cpp;
527 memcpy((char *)dst + offset, src_row, 64);
529 src_row += 64;
538 memcpy((char *)dst + offset, src_row, x);
641 const uint8_t *src_row = (const uint8_t *)src + src_stride * y;
652 memcpy((char *)dst + offset, src_row, length * cpp);
654 src_row += length * cpp;
664 memcpy((char *)dst + offset, src_row, 64);
666 src_row += 64;
675 memcpy((char *)dst + offset, src_row, x);