Home
last modified time | relevance | path

Searched refs:last_k (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Dusacdec_lpd.cpp1555 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()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dtopk_op_gpu.h319 const int last_k = k - 1;
320 for (int rank = 0; rank < last_k; rank++) {
334 top_k_values[last_k] = max_element.value;
336 top_k_indices[last_k] = entries[shard_index].index;