Searched refs:summarize_gamma_errors (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libpng/contrib/libtests/ |
H A D | pngvalid.c | 11005 summarize_gamma_errors(png_modifier *pm, png_const_charp who, int low_bit_depth, in summarize_gamma_errors() function 11084 summarize_gamma_errors(pm, NULL/*who*/, 1/*low bit depth*/, 1/*indexed*/); in perform_gamma_test() 11097 summarize_gamma_errors(pm, "sBIT", pm->sbitlow < 8U, 1/*indexed*/); in perform_gamma_test() 11144 summarize_gamma_errors(pm, "background", 1, 0/*indexed*/); in perform_gamma_test() 11172 summarize_gamma_errors(pm, "alpha mode", 1, 0/*indexed*/); in perform_gamma_test()
|