Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c2352 typedef struct png_modifier struct
2495 } png_modifier; argument
2500 static int fail(png_modifier *pm) in fail()
2507 modifier_init(png_modifier *pm) in modifier_init()
2612 static double abserr(const png_modifier *pm, int in_depth, int out_depth) in abserr()
2624 static double calcerr(const png_modifier *pm, int in_depth, int out_depth) in calcerr()
2637 static double pcerr(const png_modifier *pm, int in_depth, int out_depth) in pcerr()
2660 static double outerr(const png_modifier *pm, int in_depth, int out_depth) in outerr()
2692 static double outlog(const png_modifier *pm, int in_depth, int out_depth) in outlog()
2730 static int output_quantization_factor(const png_modifier *pm, int in_depth, in output_quantization_factor()
[all …]
/external/libpng/
DCHANGES4663 png_modifier are greater than that of png_store and as a consequence
4665 requirements because of the bare cast to (png_modifier*). The code is safe,
4666 because the pointer is known to point to a stack allocated png_modifier,