Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dpngcp.c425 png_alloc_size_t best_size; member
465 png_alloc_size_t best_size; /* Best so far for this option */ member
852 dp->stack[sp].best_size = in push_opt()
942 png_alloc_size_t best_size = dp->stack[sp].best_size; in next_opt() local
948 assert(best_size < MAX_SIZE); in next_opt()
953 dp->stack[sp].lo_size = best_size; in next_opt()
964 dp->stack[sp].hi_size = best_size; in next_opt()
988 dp->stack[sp].lo_size = best_size; in next_opt()
990 best_size = lo_size; in next_opt()
999 dp->stack[sp].hi_size = best_size; in next_opt()
[all …]
/external/syslinux/com32/lib/syslinux/
Dzonelist.c198 addr_t size, best_size = 0; in syslinux_memmap_largest() local
204 if (list->type == type && size > best_size) { in syslinux_memmap_largest()
206 best_size = size; in syslinux_memmap_largest()
216 *len = best_size; in syslinux_memmap_largest()
/external/webp/src/mux/
Danim_encode.c1015 size_t best_size = ~0; in PickBestCandidate() local
1019 if (candidate_size < best_size) { in PickBestCandidate()
1021 best_size = candidate_size; in PickBestCandidate()