Searched refs:CLAMP (Results 1 – 6 of 6) sorted by relevance
65 #define CLAMP(x) if (x < 0) x = 0; if (x > 0xff) x = 0xff in hid_lgff_play() macro71 CLAMP(x); in hid_lgff_play()72 CLAMP(y); in hid_lgff_play()86 CLAMP(left); in hid_lgff_play()87 CLAMP(right); in hid_lgff_play()
428 #define CLAMP(x) do { if (x < 0) x = 0; else if (x > 0xff) x = 0xff; } while (0) in lg4ff_play() macro433 CLAMP(x); in lg4ff_play()
278 #define CLAMP(x) (pwc_crop_table[MAX_OUTER_CROP_VALUE+(x)]) macro280 #define CLAMP(x) ((x)>255?255:((x)<0?0:x)) macro383 *d++ = CLAMP((*c) >> scalebits); in copy_image_block_Y()387 *d++ = CLAMP((*c) >> scalebits); in copy_image_block_Y()391 *d++ = CLAMP((*c) >> scalebits); in copy_image_block_Y()395 *d++ = CLAMP((*c) >> scalebits); in copy_image_block_Y()436 *d++ = CLAMP((*c1) >> scalebits); in copy_image_block_CrCb()437 *d++ = CLAMP((*c2) >> scalebits); in copy_image_block_CrCb()442 *d++ = CLAMP((*c1) >> scalebits); in copy_image_block_CrCb()443 *d++ = CLAMP((*c2) >> scalebits); in copy_image_block_CrCb()
28 #define CLAMP 0x44 macro
322 regw(0x0000, CLAMP); in ccdc_config_black_clamp()329 regw(val, CLAMP); in ccdc_config_black_clamp()
83 CCDC_PRINT_REGISTER(isp, CLAMP); in ccdc_print_status()