Searched refs:scale_fact (Results 1 – 9 of 9) sorted by relevance
/external/openssh/openbsd-compat/ |
D | fmt_scaled.c | 81 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/ |
D | ixheaacd_block.h | 29 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,
|
D | ixheaacd_function_selector.h | 197 WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
D | ixheaacd_block.c | 1320 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/ |
D | ixheaacd_function_selector_x86_64.c | 247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 248 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_armv7.c | 248 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|