Home
last modified time | relevance | path

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

/external/libvpx/libvpx/examples/
Dsvc_encodeframe.c63 SCALE_FACTOR, enumerator
119 if (type == SCALE_FACTOR) { in extract_option()
124 if (*value0 < option_min_values[SCALE_FACTOR] || in extract_option()
125 *value1 < option_min_values[SCALE_FACTOR] || in extract_option()
126 *value0 > option_max_values[SCALE_FACTOR] || in extract_option()
127 *value1 > option_max_values[SCALE_FACTOR] || in extract_option()
154 (option1 == NULL && type == SCALE_FACTOR)) in parse_layer_options_from_string()
214 res = parse_layer_options_from_string(svc_ctx, SCALE_FACTOR, option_value, in parse_options()
/external/aac/libSACdec/src/
Dsac_bitdec.cpp1356 #define SCALE_FACTOR (1 << SF_FACTOR) macro
1370 factor = FL2FXCONST_DBL(1.0f / SCALE_FACTOR); in factorFunct()
1374 factor = FL2FXCONST_DBL(5.0f / SCALE_FACTOR); in factorFunct()
1376 factor = FL2FXCONST_DBL(1.0f / SCALE_FACTOR); in factorFunct()
1388 factor = FL2FXCONST_DBL(1.0f / SCALE_FACTOR); in factorFunct()