Searched refs:scalebits (Results 1 – 2 of 2) sorted by relevance
337 pdec->scalebits = SCALEBITS - shift; in pwc_dec23_init()361 …ge_block_Y(const int *src, unsigned char *dst, unsigned int bytes_per_line, unsigned int scalebits) in copy_image_block_Y() argument368 *d++ = cm[c[0] >> scalebits]; in copy_image_block_Y()369 *d++ = cm[c[1] >> scalebits]; in copy_image_block_Y()370 *d++ = cm[c[2] >> scalebits]; in copy_image_block_Y()371 *d++ = cm[c[3] >> scalebits]; in copy_image_block_Y()374 *d++ = cm[c[4] >> scalebits]; in copy_image_block_Y()375 *d++ = cm[c[5] >> scalebits]; in copy_image_block_Y()376 *d++ = cm[c[6] >> scalebits]; in copy_image_block_Y()377 *d++ = cm[c[7] >> scalebits]; in copy_image_block_Y()[all …]
36 unsigned int scalebits; member