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()
1661 ia_adts_header_struct adts; in ixheaacd_dec_init() local
1670 memset(&adts, 0, sizeof(ia_adts_header_struct)); in ixheaacd_dec_init()
1724 error = ixheaacd_readifadts(p_state_enhaacplus_dec, it_bit_buff, &adts); in ixheaacd_dec_init()
1728 p_state_enhaacplus_dec->protection_absent = adts.protection_absent; in ixheaacd_dec_init()
1732 p_state_enhaacplus_dec->frame_size = adts.aac_frame_length; in ixheaacd_dec_init()
1863 if (adts.no_raw_data_blocks != 0) { in ixheaacd_dec_init()
1864 if (adts.protection_absent == 0) { in ixheaacd_dec_init()
1865 adts.crc_check = ixheaacd_read_bits_buf(it_bit_buff, 16); in ixheaacd_dec_init()
2214 ia_adts_header_struct adts = {0}; in ixheaacd_dec_execute() local
2400 error = ixheaacd_readifadts(p_state_enhaacplus_dec, it_bit_buff, &adts); in ixheaacd_dec_execute()
2406 ->str_sample_rate_info[adts.samp_freq_index] in ixheaacd_dec_execute()
2499 p_state_enhaacplus_dec->frame_size = adts.aac_frame_length; in ixheaacd_dec_execute()
2810 if (adts.no_raw_data_blocks != 0) { in ixheaacd_dec_execute()
2811 if (adts.protection_absent == 0) { in ixheaacd_dec_execute()
2812 adts.crc_check = ixheaacd_read_bits_buf(it_bit_buff, 16); in ixheaacd_dec_execute()