Lines Matching refs:last_k
1566 int last_k; in CLpd_RenderTimeSignal() local
1720 last_k = -1; /* mark invalid */ in CLpd_RenderTimeSignal()
1773 last_k = k - (1 << (last_lpd_mode - 1)); in CLpd_RenderTimeSignal()
1774 if (last_k < 0) { in CLpd_RenderTimeSignal()
1778 lp_prev = pAacDecoderChannelInfo->data.usac.lp_coeff[last_k]; in CLpd_RenderTimeSignal()
1780 pAacDecoderChannelInfo->data.usac.lp_coeff_exp[last_k]; in CLpd_RenderTimeSignal()
1943 last_k = k; in CLpd_RenderTimeSignal()
1949 FDK_ASSERT(pAacDecoderChannelInfo->data.usac.aStability[last_k] >= in CLpd_RenderTimeSignal()
1952 pAacDecoderChannelInfo->data.usac.aStability[last_k]; in CLpd_RenderTimeSignal()
1967 pAacDecoderChannelInfo->data.usac.lp_coeff[last_k], in CLpd_RenderTimeSignal()
1970 pAacDecoderChannelInfo->data.usac.lp_coeff_exp[last_k]; in CLpd_RenderTimeSignal()