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 171 scale_fact = scale_factors[i]; in scan_scaled() 173 if (whole >= LLONG_MAX / scale_fact) { in scan_scaled() 179 whole *= scale_fact; in scan_scaled() 184 while (fpart >= LLONG_MAX / scale_fact) { in scan_scaled() 188 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 | 195 WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
D | ixheaacd_block.c | 1318 VOID ixheaacd_scale_factor_process_dec(WORD32 *x_invquant, WORD16 *scale_fact, in ixheaacd_scale_factor_process_dec() argument 1328 scale_factor = *scale_fact++; in ixheaacd_scale_factor_process_dec()
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 246 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 246 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 246 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_armv7.c | 247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 247 (WORD32 *x_invquant, WORD16 *scale_fact, WORD no_band, WORD8 *width,
|