Lines Matching defs:src
349 static void copy_image_block_Y(const int *src, unsigned char *dst, unsigned int bytes_per_line, unsigned int scalebits)
353 const int *c = src;
380 const int *c = src;
403 static void copy_image_block_CrCb(const int *src, unsigned char *dst, unsigned int bytes_per_line, unsigned int scalebits)
408 const int *c = src;
431 const int *c1 = src;
432 const int *c2 = src + 4;
439 c1 = src + 12;
642 * @src: raw data
646 const void *src,
669 DecompressBand23(pdec, src,
672 src += pdev->vbandlength;