Home
last modified time | relevance | path

Searched defs:SIZE_ROWMAX (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libpng/contrib/libtests/
H A Dpngvalid.c3778 #define SIZE_ROWMAX (16*8U) /* 16 pixels, max 8 bytes each - 128 bytes */ macro
4307 size_row(png_byte buffer[SIZE_ROWMAX], png_uint_32 bit_width, png_uint_32 y) in size_row()