Home
last modified time | relevance | path

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

/external/libvpx/libvpx/examples/
Dsvc_encodeframe.c71 static const int option_min_values[ALL_OPTION_TYPES] = { 0, 0, 1, 0 }; variable
124 if (*value0 < option_min_values[SCALE_FACTOR] || in extract_option()
125 *value1 < option_min_values[SCALE_FACTOR] || in extract_option()
132 if (*value0 < option_min_values[type] || *value0 > option_max_values[type]) in extract_option()