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.c71 static const int option_min_values[ALL_OPTION_TYPES] = { 0, 0, 1, 0 }; variable
138 if (*value0 < option_min_values[SCALE_FACTOR] || in extract_option()
139 *value1 < option_min_values[SCALE_FACTOR] || in extract_option()
146 if (*value0 < option_min_values[type] || *value0 > option_max_values[type]) in extract_option()