HomeSort by relevance Sort by last modified time
    Searched refs:pstr_drc_dec (Results 1 - 13 of 13) sorted by null

  /external/libxaac/decoder/
ixheaacd_sbr_payload.h 26 ia_drc_dec_struct *pstr_drc_dec, WORD32 object_type, WORD32 adtsheader,
32 ia_drc_dec_struct *pstr_drc_dec);
ixheaacd_drc_freq_dec.c 480 WORD32 ixheaacd_drc_map_channels(ia_drc_dec_struct *pstr_drc_dec,
486 num_drc_elements = pstr_drc_dec->num_drc_elements;
500 ptr_bs_data = &pstr_drc_dec->str_drc_bs_data[element];
511 ptr_bs_data = &pstr_drc_dec->str_drc_bs_data[element];
513 pstr_drc_dec->prog_ref_level = ptr_bs_data->prog_ref_level;
518 ixheaacd_copy_drc_data(&pstr_drc_dec->str_drc_channel_data[i],
519 &pstr_drc_dec->str_drc_bs_data[element],
526 VOID ixheaacd_drc_dec_create(ia_drc_dec_struct *pstr_drc_dec,
531 pstr_drc_dec->sbr_allowed = 1;
532 pstr_drc_dec->sbr_found = 0
    [all...]
ixheaacd_drc_dec.h 33 WORD32 ixheaacd_dec_drc_read_element(ia_drc_dec_struct *pstr_drc_dec,
40 VOID ixheaacd_drc_apply(ia_drc_dec_struct *pstr_drc_dec,
ixheaacd_aacpluscheck.c 58 ia_drc_dec_struct *pstr_drc_dec, WORD32 object_type, WORD32 adtsheader,
103 if (pstr_drc_dec) pstr_drc_dec->sbr_found = 1;
148 pstr_drc_dec->drc_element_found = 1;
150 ixheaacd_dec_drc_read_element(pstr_drc_dec, drc_dummy, it_bit_buff);
ixheaacd_channel.h 55 ia_drc_dec_struct *pstr_drc_dec);
ixheaacd_headerdecode.h 59 WORD8 *element_used, WORD total_channels, ia_drc_dec_struct *pstr_drc_dec,
ixheaacd_sbrdecoder.h 73 ia_drc_dec_struct *pstr_drc_dec, WORD eld_sbr_flag, WORD audio_object_type);
ixheaacd_common_lpfuncs.c 255 WORD8 *element_used, WORD total_channels, ia_drc_dec_struct *pstr_drc_dec,
307 it_bit_buff, &aac_dec_handle->byte_align_bits, pstr_drc_dec);
323 ixheaacd_read_fill_element(it_bit_buff, drc_dummy, pstr_drc_dec);
ixheaacd_api.c     [all...]
ixheaacd_sbrdecoder.c 249 ia_drc_dec_struct *pstr_drc_dec, WORD eld_sbr_flag,
656 if (pstr_drc_dec == NULL) {
680 pstr_drc_dec->drc_on,
681 pstr_drc_dec->str_drc_channel_data[0].drc_factors_sbr,
696 if (pstr_drc_dec == NULL) {
714 self->ptr_pvc_data_str, pstr_drc_dec->drc_on,
715 pstr_drc_dec->str_drc_channel_data[1].drc_factors_sbr,
734 if (pstr_drc_dec != NULL) {
738 memcpy(pstr_drc_dec->str_drc_channel_data[i].drc_factors_sbr[j],
739 pstr_drc_dec->str_drc_channel_data[i].drc_factors_sbr[j + 32]
    [all...]
ixheaacd_aacdecoder.c 97 WORD32 frame_length, WORD32 frame_size, ia_drc_dec_struct *pstr_drc_dec,
495 p_obj_exhaacplus_dec->p_state_aac->pstr_drc_dec);
528 (WORD16)previous_element, pstr_drc_dec, object_type,
735 (WORD16)(ch_config - 1), pstr_drc_dec, object_type, adtsheader,
757 pstr_drc_dec->is_longblock[*ch_idx + ch] =
792 pstr_drc_dec, aac_dec_handle->channels,
804 if (pstr_drc_dec->drc_on) {
805 ixheaacd_drc_apply(pstr_drc_dec, spec_coef[ch],
    [all...]
ixheaacd_struct_def.h 201 ia_drc_dec_struct *pstr_drc_dec; member in struct:ia_aac_dec_state_struct
256 WORD32 frame_length, WORD32 frame_size, ia_drc_dec_struct *pstr_drc_dec,
ixheaacd_process.c 106 ia_drc_dec_struct *pstr_drc_dec, WORD eld_sbr_flag, WORD32 object_type);

Completed in 156 milliseconds