big_pixel_depth
#define big_pixel_depth(p, d) {if (p == 24) {p = 32; d = 32; } }
#define big_pixel_depth(p, d) do { } while (0)