Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dpngcp.c466 png_alloc_size_t lo_size; member
853 dp->stack[sp].lo_size = in push_opt()
953 dp->stack[sp].lo_size = best_size; in next_opt()
975 png_alloc_size_t lo_size = dp->stack[sp].lo_size; in next_opt() local
979 assert(lo_size < MAX_SIZE && hi_size < MAX_SIZE); in next_opt()
988 dp->stack[sp].lo_size = best_size; in next_opt()
990 best_size = lo_size; in next_opt()
992 lo_size = dp->stack[sp].lo_size; in next_opt()
1032 if (lo_size <= best_size && best_size <= hi_size) in next_opt()
1053 else if (lo_size >= best_size && best_size >= hi_size) in next_opt()
[all …]