Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dfmt_scaled.c81 long long scale_fact = 1, whole = 0, fpart = 0; in scan_scaled() local
179 scale_fact = scale_factors[i]; in scan_scaled()
182 if (whole > LLONG_MAX / scale_fact || in scan_scaled()
183 whole < LLONG_MIN / scale_fact) { in scan_scaled()
189 whole *= scale_fact; in scan_scaled()
194 while (fpart >= LLONG_MAX / scale_fact) { in scan_scaled()
198 fpart *= scale_fact; in scan_scaled()
/external/libxaac/decoder/
Dixheaacd_block.h29 VOID ixheaacd_scale_factor_process_dec(WORD32 *x_invquant, WORD16 *scale_fact,
36 VOID ixheaacd_scale_factor_process_armv7(WORD32 *x_invquant, WORD16 *scale_fact,
43 VOID ixheaacd_scale_factor_process_armv8(WORD32 *x_invquant, WORD16 *scale_fact,
Dixheaacd_function_selector.h197 WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
Dixheaacd_block.c1320 VOID ixheaacd_scale_factor_process_dec(WORD32 *x_invquant, WORD16 *scale_fact, in ixheaacd_scale_factor_process_dec() argument
1330 scale_factor = *scale_fact++; in ixheaacd_scale_factor_process_dec()
/external/libxaac/decoder/x86_64/
Dixheaacd_function_selector_x86_64.c247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
/external/libxaac/decoder/generic/
Dixheaacd_function_selector_generic.c248 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
/external/libxaac/decoder/armv7/
Dixheaacd_function_selector_armv7.c248 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
/external/libxaac/decoder/armv8/
Dixheaacd_function_selector_armv8.c247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
/external/libxaac/decoder/x86/
Dixheaacd_function_selector_x86.c247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,