Home
last modified time | relevance | path

Searched refs:copy_image_block_Y (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/media/usb/pwc/
Dpwc-dec23.c349 static void copy_image_block_Y(const int *src, unsigned char *dst, unsigned int bytes_per_line, uns… in copy_image_block_Y() function
613 copy_image_block_Y(pdec->temp_colors, planar_y, real_image_width, pdec->scalebits); in DecompressBand23()