Home
last modified time | relevance | path

Searched refs:core_mode_last (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_acelp_bitparse.c374 WORD32 core_mode_last, fac_data_present; in ixheaacd_lpd_channel_stream() local
413 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()
/external/aac/libAACdec/src/
Dusacdec_lpd.cpp1206 USAC_COREMODE core_mode_last; in CLpdChannelStream_Read() local
1248 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 …]
Dchannelinfo.h368 core_mode_last; /* previous core mode, signalled in the bitstream member
Dchannel.cpp710 pAacDecoderChannelInfo[ch]->data.usac.core_mode_last = LPD; in CChannelElement_Read()