Lines Matching refs:lo_size
466 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()
1068 dp->stack[sp].lo_size = best_size; in next_opt()
1088 else if (lo_size <= hi_size) /* down from hi */ in next_opt()
1098 dp->stack[sp].lo_size = best_size; in next_opt()