Lines Matching refs:last_k
1555 int last_k; in CLpd_RenderTimeSignal() local
1709 last_k = -1; /* mark invalid */ in CLpd_RenderTimeSignal()
1762 last_k = k - (1 << (last_lpd_mode - 1)); in CLpd_RenderTimeSignal()
1763 if (last_k < 0) { in CLpd_RenderTimeSignal()
1767 lp_prev = pAacDecoderChannelInfo->data.usac.lp_coeff[last_k]; in CLpd_RenderTimeSignal()
1769 pAacDecoderChannelInfo->data.usac.lp_coeff_exp[last_k]; in CLpd_RenderTimeSignal()
1932 last_k = k; in CLpd_RenderTimeSignal()
1938 FDK_ASSERT(pAacDecoderChannelInfo->data.usac.aStability[last_k] >= in CLpd_RenderTimeSignal()
1941 pAacDecoderChannelInfo->data.usac.aStability[last_k]; in CLpd_RenderTimeSignal()
1956 pAacDecoderChannelInfo->data.usac.lp_coeff[last_k], in CLpd_RenderTimeSignal()
1959 pAacDecoderChannelInfo->data.usac.lp_coeff_exp[last_k]; in CLpd_RenderTimeSignal()