Lines Matching refs:gamma_depth
7911 unsigned int gamma_depth = in image_transform_png_set_rgb_to_gray_mod() local
7967 if (gamma_depth != calc_depth) in image_transform_png_set_rgb_to_gray_mod()
7969 rlo = DD(rlo, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7970 rhi = DU(rhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7971 glo = DD(glo, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7972 ghi = DU(ghi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7973 blo = DD(blo, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
7974 bhi = DU(bhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
8027 if (gamma_depth != sample_depth) in image_transform_png_set_rgb_to_gray_mod()
8029 rlo = DD(rlo, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
8030 rhi = DU(rhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
8031 glo = DD(glo, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
8032 ghi = DU(ghi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
8033 blo = DD(blo, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()
8034 bhi = DU(bhi, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod()