Searched refs:sqrt_table (Results 1 – 12 of 12) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_env_calc.h | 157 WORD16 *sqrt_table); 162 WORD16 *sqrt_table); 167 WORD16 *sqrt_table); 172 WORD16 *sqrt_table);
|
D | ixheaacd_basic_funcs.c | 95 VOID ixheaacd_fix_mant_exp_sqrt(WORD16 *ptr_in_out, WORD16 *sqrt_table) { in ixheaacd_fix_mant_exp_sqrt() argument 108 result_m = sqrt_table[index >> 1]; in ixheaacd_fix_mant_exp_sqrt()
|
D | ixheaacd_common_rom.h | 36 const WORD16 sqrt_table[SQRT_TABLE_SIZE + 1]; member
|
D | ixheaacd_basic_funcs.h | 35 VOID ixheaacd_fix_mant_exp_sqrt(WORD16 *mant, WORD16 *sqrt_table);
|
D | ixheaacd_env_calc.c | 423 WORD16 *sqrt_table) { in ixheaacd_conv_ergtoamplitudelp_dec() argument 427 ixheaacd_fix_mant_exp_sqrt(&nrg_sine[2 * k], sqrt_table); in ixheaacd_conv_ergtoamplitudelp_dec() 428 ixheaacd_fix_mant_exp_sqrt(&nrg_gain[2 * k], sqrt_table); in ixheaacd_conv_ergtoamplitudelp_dec() 429 ixheaacd_fix_mant_exp_sqrt(&noise_level_mant[2 * k], sqrt_table); in ixheaacd_conv_ergtoamplitudelp_dec() 450 WORD16 *sqrt_table) { in ixheaacd_conv_ergtoamplitude_dec() argument 455 ixheaacd_fix_mant_exp_sqrt(&nrg_sine[2 * k], sqrt_table); in ixheaacd_conv_ergtoamplitude_dec() 456 ixheaacd_fix_mant_exp_sqrt(&nrg_gain[2 * k], sqrt_table); in ixheaacd_conv_ergtoamplitude_dec() 457 ixheaacd_fix_mant_exp_sqrt(&noise_level_mant[2 * k], sqrt_table); in ixheaacd_conv_ergtoamplitude_dec() 881 (WORD16 *)pstr_common_tables->sqrt_table); in ixheaacd_calc_sbrenvelope() 887 (WORD16 *)pstr_common_tables->sqrt_table); in ixheaacd_calc_sbrenvelope()
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_arm_non_neon.c | 106 WORD16 *sqrt_table) = &ixheaacd_conv_ergtoamplitudelp_armv7; 111 WORD16 *sqrt_table) = &ixheaacd_conv_ergtoamplitude_armv7;
|
D | ixheaacd_function_selector_armv7.c | 113 WORD16 *sqrt_table) = &ixheaacd_conv_ergtoamplitudelp_armv7; 118 WORD16 *sqrt_table) = &ixheaacd_conv_ergtoamplitude_armv7;
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 111 WORD16 *sqrt_table) = &ixheaacd_conv_ergtoamplitudelp_dec; 116 WORD16 *sqrt_table) = &ixheaacd_conv_ergtoamplitude_dec;
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 111 WORD16 *sqrt_table) = &ixheaacd_conv_ergtoamplitudelp_dec; 116 WORD16 *sqrt_table) = &ixheaacd_conv_ergtoamplitude_dec;
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 112 WORD16 *sqrt_table) = &ixheaacd_conv_ergtoamplitudelp_dec; 117 WORD16 *sqrt_table) = &ixheaacd_conv_ergtoamplitude_dec;
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 111 WORD16 *sqrt_table) = &ixheaacd_conv_ergtoamplitudelp_dec; 116 WORD16 *sqrt_table) = &ixheaacd_conv_ergtoamplitude_dec;
|
/external/mesa3d/prebuilt-intermediates/bifrost/ |
D | bifrost_gen_disasm.c | 601 static const char *sqrt_table[] = { in bi_disasm_add_frexpe_v2f16_1() local 604 const char *sqrt = sqrt_table[0]; in bi_disasm_add_frexpe_v2f16_1() 789 static const char *sqrt_table[] = { in bi_disasm_add_frexpm_v2f16_1() local 792 const char *sqrt = sqrt_table[0]; in bi_disasm_add_frexpm_v2f16_1() 1438 static const char *sqrt_table[] = { in bi_disasm_add_frexpm_f32_0() local 1442 const char *sqrt = sqrt_table[_BITS(bits, 7, 1)]; in bi_disasm_add_frexpm_f32_0() 1994 static const char *sqrt_table[] = { in bi_disasm_fma_frexpm_v2f16_1() local 1997 const char *sqrt = sqrt_table[0]; in bi_disasm_fma_frexpm_v2f16_1() 2717 static const char *sqrt_table[] = { in bi_disasm_add_frexpm_v2f16_0() local 2721 const char *sqrt = sqrt_table[_BITS(bits, 7, 1)]; in bi_disasm_add_frexpm_v2f16_0() [all …]
|