Searched refs:last_k (Results 1 – 3 of 3) sorted by relevance
29 last_k=039 echo "Error : Compression ${last_k} size ${last_size} >= compression ${k} size ${size}."44 last_k=${k}
1566 int last_k; in CLpd_RenderTimeSignal() local1720 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()[all …]
311 const int last_k = k - 1; in mergeShards() local312 for (int rank = 0; rank < last_k; rank++) { in mergeShards()326 top_k_values[last_k] = max_element.value; in mergeShards()328 top_k_indices[last_k] = entries[shard_index].index; in mergeShards()