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.c66 static const int option_max_values[ALL_OPTION_TYPES] = { variable
145 *value0 > option_max_values[SCALE_FACTOR] || in extract_option()
146 *value1 > option_max_values[SCALE_FACTOR] || in extract_option()
152 *value0 > option_max_values[type]) in extract_option()