Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c68 static const int option_max_values[ALL_OPTION_TYPES] = { 63, INT_MAX, INT_MAX, variable
140 *value0 > option_max_values[SCALE_FACTOR] || in extract_option()
141 *value1 > option_max_values[SCALE_FACTOR] || in extract_option()
146 if (*value0 < option_min_values[type] || *value0 > option_max_values[type]) in extract_option()