Home
last modified time | relevance | path

Searched refs:ps_tables_ptr (Results 1 – 17 of 17) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_ps_dec.c237 ia_ps_tables_struct *ps_tables_ptr, in ixheaacd_decorr_filter1_dec() argument
255 &ps_tables_ptr->frac_delay_phase_fac_qmf_sub_re_im[0]; in ixheaacd_decorr_filter1_dec()
258 &ps_tables_ptr->frac_delay_phase_fac_qmf_sub_ser_re_im[0][0]; in ixheaacd_decorr_filter1_dec()
316 decay = ps_tables_ptr->rev_link_decay_ser[m]; in ixheaacd_decorr_filter1_dec()
331 bin = ps_tables_ptr->hybrid_to_bin[sb]; in ixheaacd_decorr_filter1_dec()
342 ia_ps_tables_struct *ps_tables_ptr, WORD16 *transient_ratio) { in ixheaacd_decorr_filter2_dec() argument
362 p_frac_delay_phase_fac_re_im = ps_tables_ptr->frac_delay_phase_fac_qmf_re_im; in ixheaacd_decorr_filter2_dec()
364 &ps_tables_ptr->frac_delay_phase_fac_qmf_ser_re_im[0][0]; in ixheaacd_decorr_filter2_dec()
427 decay = ps_tables_ptr->decay_scale_factor[di]; in ixheaacd_decorr_filter2_dec()
442 bin = ps_tables_ptr->delay_to_bin[sb_delay]; in ixheaacd_decorr_filter2_dec()
[all …]
Dixheaacd_ps_dec.h264 ia_ps_tables_struct *ps_tables_ptr,
268 ia_ps_tables_struct *ps_tables_ptr,
274 ia_ps_tables_struct *ps_tables_ptr, WORD16 *transient_ratio);
279 ia_ps_tables_struct *ps_tables_ptr, WORD16 *transient_ratio);
290 ia_ps_tables_struct *ps_tables_ptr);
297 ia_ps_tables_struct *ps_tables_ptr);
Dixheaacd_hybrid.c54 WORD16 *p2_6 = ptr_sbr_tables->ps_tables_ptr->p2_6; in ixheaacd_filt_2_ch()
105 const WORD16 *p8_13 = ptr_sbr_tables->ps_tables_ptr->p8_13; in ixheaacd_filt_8_ch()
106 const WORD16 *p8_13_8 = ptr_sbr_tables->ps_tables_ptr->p8_13 + 8; in ixheaacd_filt_8_ch()
Dixheaacd_ps_bitdec.h28 WORD16 n_bits_left, ia_ps_tables_struct *ps_tables_ptr);
Dixheaacd_sbrdec_lpfuncs.c578 WORD16 num_bits_left, ia_ps_tables_struct *ps_tables_ptr) in ixheaacd_read_ps_data() argument
663 huffman_df_table = (ia_huffman_data_type)&ps_tables_ptr->huff_iid_df_fine; in ixheaacd_read_ps_data()
664 huffman_dt_table = (ia_huffman_data_type)&ps_tables_ptr->huff_iid_dt_fine; in ixheaacd_read_ps_data()
666 huffman_df_table = (ia_huffman_data_type)&ps_tables_ptr->huff_iid_df; in ixheaacd_read_ps_data()
667 huffman_dt_table = (ia_huffman_data_type)&ps_tables_ptr->huff_iid_dt; in ixheaacd_read_ps_data()
687 huffman_df_table = (ia_huffman_data_type)&ps_tables_ptr->huff_icc_df; in ixheaacd_read_ps_data()
688 huffman_dt_table = (ia_huffman_data_type)&ps_tables_ptr->huff_icc_dt; in ixheaacd_read_ps_data()
Dixheaacd_thumb_ps_dec.c94 sbr_tables_ptr->ps_tables_ptr); in ixheaacd_apply_ps()
Dixheaacd_sbr_rom.h246 ia_ps_tables_struct *ps_tables_ptr; member
Dixheaacd_sbrdec_initfuncs.c769 ptr_hybrid->ptr_resol = sbr_tables_ptr->ps_tables_ptr->hyb_resol; in ixheaacd_create_hyb_filterbank()
918 sbr_tables_ptr->ps_tables_ptr->rev_link_delay_ser, in ixheaacd_create_psdec()
931 ixheaacd_create_ps_esbr_dec(ptr_ps_dec, sbr_tables_ptr->ps_tables_ptr, in ixheaacd_create_psdec()
Dixheaacd_env_extr.c701 ia_ps_tables_struct *ps_tables_ptr, in ixheaacd_read_extn_data() argument
740 (WORD16)no_bits_left, ps_tables_ptr); in ixheaacd_read_extn_data()
944 ptr_sbr_tables->ps_tables_ptr, ptr_frame_data, SBR_ID_SCE); in ixheaacd_sbr_read_sce()
1201 ixheaacd_read_extn_data(ptr_header_data, NULL, it_bit_buff, ptr_sbr_tables->ps_tables_ptr, in ixheaacd_sbr_read_cpe()
Dixheaacd_sbr_dec.c516 usb, sbr_tables_ptr->ps_tables_ptr, in ixheaacd_esbr_synthesis_filt_block()
Dixheaacd_api.c188 ptr_sbr_tables->ps_tables_ptr = in ixheaacd_init_sbr_tables()
1425 table_ptrs[7] = (pVOID *)&p_obj_exhaacplus_dec->str_sbr_tables.ps_tables_ptr; in ixheaacd_dec_table_api()
/external/libxaac/decoder/armv7/
Dixheaacd_function_selector_arm_non_neon.c82 ia_ps_tables_struct *ps_tables_ptr,
86 (ia_ps_dec_struct *ptr_ps_dec, ia_ps_tables_struct *ps_tables_ptr,
95 ia_ps_tables_struct *ps_tables_ptr) = &ixheaacd_decorrelation_armv7;
Dixheaacd_function_selector_armv7.c93 ia_ps_tables_struct *ps_tables_ptr,
97 (ia_ps_dec_struct *ptr_ps_dec, ia_ps_tables_struct *ps_tables_ptr,
106 ia_ps_tables_struct *ps_tables_ptr) = &ixheaacd_decorrelation_armv7;
/external/libxaac/decoder/generic/
Dixheaacd_function_selector_generic.c95 ia_ps_tables_struct *ps_tables_ptr,
99 (ia_ps_dec_struct *ptr_ps_dec, ia_ps_tables_struct *ps_tables_ptr,
108 ia_ps_tables_struct *ps_tables_ptr) = &ixheaacd_decorrelation_dec;
/external/libxaac/decoder/x86_64/
Dixheaacd_function_selector_x86_64.c91 ia_ps_tables_struct *ps_tables_ptr,
95 (ia_ps_dec_struct *ptr_ps_dec, ia_ps_tables_struct *ps_tables_ptr,
104 ia_ps_tables_struct *ps_tables_ptr) = &ixheaacd_decorrelation_dec;
/external/libxaac/decoder/armv8/
Dixheaacd_function_selector_armv8.c91 ia_ps_tables_struct *ps_tables_ptr,
95 (ia_ps_dec_struct *ptr_ps_dec, ia_ps_tables_struct *ps_tables_ptr,
104 ia_ps_tables_struct *ps_tables_ptr) = &ixheaacd_decorrelation_dec;
/external/libxaac/decoder/x86/
Dixheaacd_function_selector_x86.c91 ia_ps_tables_struct *ps_tables_ptr,
95 (ia_ps_dec_struct *ptr_ps_dec, ia_ps_tables_struct *ps_tables_ptr,
104 ia_ps_tables_struct *ps_tables_ptr) = &ixheaacd_decorrelation_dec;