Home
last modified time | relevance | path

Searched refs:gamma_depth (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
Dpngvalid.c7911 const 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()
[all …]