Home
last modified time | relevance | path

Searched refs:best_val (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dnellymoserenc.c238 float power_candidate, best_val; in get_exponent_dynamic() local
281 best_val = INFINITY; in get_exponent_dynamic()
285 if (best_val > opt[band][i]) { in get_exponent_dynamic()
286 best_val = opt[band][i]; in get_exponent_dynamic()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c469 int best_val; /* Best value found so far */ member
874 dp->stack[sp].best_val = dp->value[opt] = options[opt].values[entry].value; in push_opt()
1111 assert(val != dp->stack[sp].best_val); /* should be a new value */ in next_opt()
1141 if (dp->stack[sp].best_val < dp->value[opt]) in compare_option()
1147 else if (dp->stack[sp].best_val > dp->value[opt]) in compare_option()
1196 /* An option that is already on the stack; update best_size and best_val in advance_opt()
1208 dp->stack[sp].best_val = dp->value[opt]; in advance_opt()

Completed in 5 milliseconds