Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c2353 typedef struct png_modifier struct
2496 } png_modifier; argument
2501 static int fail(png_modifier *pm) in fail()
2508 modifier_init(png_modifier *pm) in modifier_init()
2613 static double abserr(const png_modifier *pm, int in_depth, int out_depth) in abserr()
2625 static double calcerr(const png_modifier *pm, int in_depth, int out_depth) in calcerr()
2638 static double pcerr(const png_modifier *pm, int in_depth, int out_depth) in pcerr()
2661 static double outerr(const png_modifier *pm, int in_depth, int out_depth) in outerr()
2693 static double outlog(const png_modifier *pm, int in_depth, int out_depth) in outlog()
2731 static int output_quantization_factor(const png_modifier *pm, int in_depth, in output_quantization_factor()
[all …]
/external/libpng/
DCHANGES4664 png_modifier are greater than that of png_store and as a consequence
4666 requirements because of the bare cast to (png_modifier*). The code is safe,
4667 because the pointer is known to point to a stack allocated png_modifier,