Lines Matching refs:adts
201 ia_adts_header_struct *adts) { in ixheaacd_readifadts() argument
204 if ((error = ixheaacd_find_syncword(adts, it_bit_buff)) != 0) { in ixheaacd_readifadts()
209 adts, it_bit_buff, in ixheaacd_readifadts()
222 (WORD8)(adts->no_raw_data_blocks + 1); in ixheaacd_readifadts()
1607 ia_adts_header_struct adts; in ixheaacd_dec_init() local
1616 memset(&adts, 0, sizeof(ia_adts_header_struct)); in ixheaacd_dec_init()
1670 error = ixheaacd_readifadts(p_state_enhaacplus_dec, it_bit_buff, &adts); in ixheaacd_dec_init()
1674 p_state_enhaacplus_dec->protection_absent = adts.protection_absent; in ixheaacd_dec_init()
1678 p_state_enhaacplus_dec->frame_size = adts.aac_frame_length; in ixheaacd_dec_init()
1809 if (adts.no_raw_data_blocks != 0) { in ixheaacd_dec_init()
1810 if (adts.protection_absent == 0) { in ixheaacd_dec_init()
1811 adts.crc_check = ixheaacd_read_bits_buf(it_bit_buff, 16); in ixheaacd_dec_init()
2145 ia_adts_header_struct adts = {0}; in ixheaacd_dec_execute() local
2301 error = ixheaacd_readifadts(p_state_enhaacplus_dec, it_bit_buff, &adts); in ixheaacd_dec_execute()
2307 ->str_sample_rate_info[adts.samp_freq_index] in ixheaacd_dec_execute()
2400 p_state_enhaacplus_dec->frame_size = adts.aac_frame_length; in ixheaacd_dec_execute()
2714 if (adts.no_raw_data_blocks != 0) { in ixheaacd_dec_execute()
2715 if (adts.protection_absent == 0) { in ixheaacd_dec_execute()
2716 adts.crc_check = ixheaacd_read_bits_buf(it_bit_buff, 16); in ixheaacd_dec_execute()