Home
last modified time | relevance | path

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

/external/swiftshader/tests/OGLSimpleCube/
DOGLSimpleCube.cpp35 #define SCALE_FACTOR 0.5 macro
51 GLfloat S[16] = { SCALE_FACTOR, 0, 0, 0, 0, SCALE_FACTOR, 0, 0, 0, 0, SCALE_FACTOR, 0, 0, 0, 0, 1 };
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c63 SCALE_FACTOR, enumerator
133 if (type == SCALE_FACTOR) { in extract_option()
138 if (*value0 < option_min_values[SCALE_FACTOR] || in extract_option()
139 *value1 < option_min_values[SCALE_FACTOR] || in extract_option()
140 *value0 > option_max_values[SCALE_FACTOR] || in extract_option()
141 *value1 > option_max_values[SCALE_FACTOR] || in extract_option()
168 (option1 == NULL && type == SCALE_FACTOR)) in parse_layer_options_from_string()
228 res = parse_layer_options_from_string(svc_ctx, SCALE_FACTOR, option_value, in parse_options()