Searched refs:core_mode_last (Results 1 – 4 of 4) sorted by relevance
374 WORD32 core_mode_last, fac_data_present; in ixheaacd_lpd_channel_stream() local413 core_mode_last = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_lpd_channel_stream()417 first_lpd_flag = (core_mode_last == 0) ? 1 : 0; in ixheaacd_lpd_channel_stream()424 if ((core_mode_last == 1) && (fac_data_present == 1)) in ixheaacd_lpd_channel_stream()459 if ((core_mode_last == 0) && (fac_data_present == 1)) { in ixheaacd_lpd_channel_stream()
1206 USAC_COREMODE core_mode_last; in CLpdChannelStream_Read() local1248 pAacDecoderChannelInfo->data.usac.core_mode_last = in CLpdChannelStream_Read()1255 pAacDecoderChannelInfo->data.usac.core_mode_last = FD_LONG; in CLpdChannelStream_Read()1259 pAacDecoderChannelInfo->data.usac.core_mode_last = LPD; in CLpdChannelStream_Read()1274 first_lpd_flag = (pAacDecoderChannelInfo->data.usac.core_mode_last != in CLpdChannelStream_Read()1289 core_mode_last = pAacDecoderChannelInfo->data.usac.core_mode_last; in CLpdChannelStream_Read()1303 if ((k == 0 && core_mode_last == LPD && fFacDataPresent) || in CLpdChannelStream_Read()1419 if (fFacDataPresent && (core_mode_last != LPD)) { in CLpdChannelStream_Read()1425 core_mode_last = pAacDecoderChannelInfo->data.usac.core_mode_last = in CLpdChannelStream_Read()1453 CLpd_FAC_getLength(core_mode_last != FD_SHORT, in CLpdChannelStream_Read()[all …]
368 core_mode_last; /* previous core mode, signalled in the bitstream member
710 pAacDecoderChannelInfo[ch]->data.usac.core_mode_last = LPD; in CChannelElement_Read()