Searched refs:last_lpc_lost (Results 1 – 5 of 5) sorted by relevance
1187 pAacDecoderStaticChannelInfo->last_lpc_lost = 0; /* prev_lpc_lost */ in CLpd_Reset()1211 int last_lpc_lost = pAacDecoderStaticChannelInfo->last_lpc_lost; in CLpdChannelStream_Read() local1285 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() local1712 last_lpc_lost = pAacDecoderStaticChannelInfo->last_lpc_lost | last_frame_lost; in CLpd_RenderTimeSignal()1832 last_lpc_lost, k, acelp_out, in CLpd_RenderTimeSignal()[all …]
148 int last_lpc_lost, int last_frame_ok);
228 UCHAR last_lpc_lost; /* Flag indicating that the previous LPC is lost */ member
767 int last_lpc_lost, int last_frame_ok) { in CLpc_Read() argument791 lpc0_available = !last_lpc_lost; in CLpc_Read()
1066 int last_frame_lost = pAacDecoderStaticChannelInfo->last_lpc_lost; in CBlock_FrequencyToTime()