Searched refs:pow_table_q17 (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_res_block.c | 33 WORD32 r_shift, WORD32 *pow_table_q17) { in ixheaacd_res_extract_symbol() argument 39 out = pow_table_q17[out]; in ixheaacd_res_extract_symbol() 42 out = pow_table_q17[out]; in ixheaacd_res_extract_symbol() 49 WORD32 *pow_table_q17, in ixheaacd_res_extract_signed_symbol() argument 56 out = pow_table_q17[out]; in ixheaacd_res_extract_signed_symbol() 67 VOID ixheaacd_res_inverse_quant_lb(WORD32 *x_invquant, WORD t_bands, WORD32 *pow_table_q17, in ixheaacd_res_inverse_quant_lb() argument 75 temp = (pow_table_q17[q_abs]); in ixheaacd_res_inverse_quant_lb() 82 const UWORD16 *h_ori, WORD32 *pow_table_q17, WORD32 maximum_bins_short) { in ixheaacd_res_c_block_decode_huff_word1() argument 178 i = pow_table_q17[i]; in ixheaacd_res_c_block_decode_huff_word1() 180 err_code |= ixheaacd_res_inv_quant(&i, pow_table_q17); in ixheaacd_res_c_block_decode_huff_word1() [all …]
|
D | ixheaacd_mps_res_channel.c | 204 (WORD32 *)aac_tables_ptr->res_block_tables_ptr->pow_table_q17, p_pul_arr); in ixheaacd_res_c_block_read_spec_data() 357 WORD32 ixheaacd_res_inv_quant(WORD32 *px_quant, WORD32 *pow_table_q17) in ixheaacd_res_inv_quant() argument 379 temp = pow_table_q17[q1 + 1] - pow_table_q17[q1]; in ixheaacd_res_inv_quant() 383 temp = temp + (pow_table_q17[q1] << shift); in ixheaacd_res_inv_quant()
|
D | ixheaacd_mps_res_block.h | 25 VOID ixheaacd_res_inverse_quant_lb(WORD32 *x_invquant, WORD t_bands, WORD32 *pow_table_q17, 54 WORD32 ixheaacd_res_inv_quant(WORD32 *x_quant, WORD32 *pow_table_q17);
|
D | ixheaacd_mps_res_rom.h | 24 WORD32 pow_table_q17[129]; member
|