Searched refs:chctx (Results 1 – 1 of 1) sorted by relevance
86 IMCChannel chctx[2]; member218 q->chctx[j].decoder_reset = 1; in imc_decode_init()221 q->chctx[j].old_floor[i] = 1.0; in imc_decode_init()224 q->chctx[j].last_fft_im[i] = 0; in imc_decode_init()454 static int bit_allocation(IMCContext *q, IMCChannel *chctx, in bit_allocation() argument474 highest = FFMAX(highest, chctx->flcoeffs1[i]); in bit_allocation()477 if (chctx->flcoeffs5[i] <= 0) { in bit_allocation()478 av_log(q->avctx, AV_LOG_ERROR, "flcoeffs5 %f invalid\n", chctx->flcoeffs5[i]); in bit_allocation()481 chctx->flcoeffs4[i] = chctx->flcoeffs3[i] - log2f(chctx->flcoeffs5[i]); in bit_allocation()483 chctx->flcoeffs4[BANDS - 1] = limit; in bit_allocation()[all …]