772cd3e73f
* Make flood filling logic iterative (vs recursive) I basically tried one-to-one conversions here to avoid mistakes. probably it has a room for later optimizations. * Use explicit malloc (vs variables on stack) to allocate the work area. * Estimate the amount of memory for the work area dynamically from the image size, instead of using a constant FLOOD_FILL_MAX_DEPTH, which is too big in the most cases. |
||
---|---|---|
.. | ||
decode.c | ||
identify.c | ||
quirc.c | ||
quirc.h | ||
quirc_internal.h | ||
version_db.c |