Home
last modified time | relevance | path

Searched refs:last_lpc_lost (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
Dusacdec_lpd.cpp1187 pAacDecoderStaticChannelInfo->last_lpc_lost = 0; /* prev_lpc_lost */ in CLpd_Reset()
1211 int last_lpc_lost = pAacDecoderStaticChannelInfo->last_lpc_lost; in CLpdChannelStream_Read() local
1285 last_lpc_lost |= (first_lpd_flag) ? 0 : 1; in CLpdChannelStream_Read()
1366 : (last_lpc_lost && in CLpdChannelStream_Read()
1377 if (last_lpc_lost && !last_frame_ok) { in CLpdChannelStream_Read()
1468 (pAacDecoderStaticChannelInfo->last_lpc_lost == 0)) { in CLpdChannelStream_Read()
1474 (pAacDecoderStaticChannelInfo->last_lpc_lost == 0)) { in CLpdChannelStream_Read()
1577 UCHAR last_lpd_mode, last_last_lpd_mode, last_lpc_lost, last_frame_lost; in CLpd_RenderTimeSignal() local
1712 last_lpc_lost = pAacDecoderStaticChannelInfo->last_lpc_lost | last_frame_lost; in CLpd_RenderTimeSignal()
1832 last_lpc_lost, k, acelp_out, in CLpd_RenderTimeSignal()
[all …]
Dusacdec_lpc.h148 int last_lpc_lost, int last_frame_ok);
Dchannelinfo.h228 UCHAR last_lpc_lost; /* Flag indicating that the previous LPC is lost */ member
Dusacdec_lpc.cpp767 int last_lpc_lost, int last_frame_ok) { in CLpc_Read() argument
791 lpc0_available = !last_lpc_lost; in CLpc_Read()
Dblock.cpp1066 int last_frame_lost = pAacDecoderStaticChannelInfo->last_lpc_lost; in CBlock_FrequencyToTime()