Searched refs:scalebits (Results 1 – 2 of 2) sorted by relevance
325 pdec->scalebits = SCALEBITS - shift; in pwc_dec23_init() 349 static void copy_image_block_Y(const int *src, unsigned char *dst, unsigned int bytes_per_line, unsigned int scalebits) in copy_image_block_Y() argument 356 *d++ = cm[c[0] >> scalebits]; in copy_image_block_Y() 357 *d++ = cm[c[1] >> scalebits]; in copy_image_block_Y() 358 *d++ = cm[c[2] >> scalebits]; in copy_image_block_Y() 359 *d++ = cm[c[3] >> scalebits]; in copy_image_block_Y() 362 *d++ = cm[c[4] >> scalebits]; in copy_image_block_Y() 363 *d++ = cm[c[5] >> scalebits]; in copy_image_block_Y() 364 *d++ = cm[c[6] >> scalebits]; in copy_image_block_Y() 365 *d++ = cm[c[7] >> scalebits]; in copy_image_block_Y() 403 copy_image_block_CrCb(const int * src,unsigned char * dst,unsigned int bytes_per_line,unsigned int scalebits) copy_image_block_CrCb() argument [all...]
24 unsigned int scalebits; member