Searched refs:scalebits (Results 1 – 2 of 2) sorted by relevance
348 pdec->scalebits = SCALEBITS - shift; in pwc_dec23_init()371 …ge_block_Y(const int *src, unsigned char *dst, unsigned int bytes_per_line, unsigned int scalebits) in copy_image_block_Y() argument378 *d++ = cm[c[0] >> scalebits]; in copy_image_block_Y()379 *d++ = cm[c[1] >> scalebits]; in copy_image_block_Y()380 *d++ = cm[c[2] >> scalebits]; in copy_image_block_Y()381 *d++ = cm[c[3] >> scalebits]; in copy_image_block_Y()384 *d++ = cm[c[4] >> scalebits]; in copy_image_block_Y()385 *d++ = cm[c[5] >> scalebits]; in copy_image_block_Y()386 *d++ = cm[c[6] >> scalebits]; in copy_image_block_Y()387 *d++ = cm[c[7] >> scalebits]; in copy_image_block_Y()[all …]
32 unsigned int scalebits; member