bad_pixel_removal 398 core/conf.c CONF_INFO( 33, conf.bad_pixel_removal, CONF_DEF_VALUE, i:0), bad_pixel_removal 1917 core/gui.c MENU_ENUM2 (0x5c,LANG_MENU_BAD_PIXEL_REMOVAL, &conf.bad_pixel_removal, gui_bad_pixel_removal_modes ), bad_pixel_removal 249 core/raw.c if (conf.bad_pixel_removal) patch_bad_pixels(); bad_pixel_removal 372 core/raw.c if ((conf.bad_pixel_removal==1) || (conf.save_raw && conf.dng_raw)) { // interpolation or DNG saving bad_pixel_removal 380 core/raw.c } else if (conf.bad_pixel_removal==2) // or this makes RAW converter (internal/external) bad_pixel_removal 351 include/conf.h int bad_pixel_removal;