HomeSort by relevance Sort by last modified time
    Searched defs:best_size (Results 1 - 3 of 3) sorted by null

  /external/libpng/contrib/tools/
pngcp.c 425 png_alloc_size_t best_size; member in struct:display
465 png_alloc_size_t best_size; /* Best so far for this option */ member in struct:display::stack
852 dp->stack[sp].best_size =
942 png_alloc_size_t best_size = dp->stack[sp].best_size; local
948 assert(best_size < MAX_SIZE);
953 dp->stack[sp].lo_size = best_size;
964 dp->stack[sp].hi_size = best_size;
988 dp->stack[sp].lo_size = best_size;
990 best_size = lo_size
    [all...]
  /external/webp/src/mux/
anim_encode.c 1016 size_t best_size = ~0; local
    [all...]
  /external/webp/src/enc/
vp8l_enc.c 1544 size_t best_size = 0; local
    [all...]

Completed in 1870 milliseconds