Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c70 static const int option_min_values[ALL_OPTION_TYPES] = { variable
143 if (*value0 < option_min_values[SCALE_FACTOR] || in extract_option()
144 *value1 < option_min_values[SCALE_FACTOR] || in extract_option()
151 if (*value0 < option_min_values[type] || in extract_option()