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

  /external/aac/libAACdec/src/
usacdec_lpd.cpp 1206 USAC_COREMODE core_mode_last; local
    [all...]
channelinfo.h 221 CAacDecoderChannelInfo::core_mode_last !! )
368 core_mode_last; /* previous core mode, signalled in the bitstream member in struct:__anon14647::__anon14648
channel.cpp 710 pAacDecoderChannelInfo[ch]->data.usac.core_mode_last = LPD;
    [all...]
  /external/libxaac/decoder/
ixheaacd_acelp_bitparse.c 374 WORD32 core_mode_last, fac_data_present; local
413 core_mode_last = ixheaacd_read_bits_buf(it_bit_buff, 1);
417 first_lpd_flag = (core_mode_last == 0) ? 1 : 0;
424 if ((core_mode_last == 1) && (fac_data_present == 1))
459 if ((core_mode_last == 0) && (fac_data_present == 1)) {

Completed in 199 milliseconds