AAC_AIFQ_LENGTH
next = (current + 1) % AAC_AIFQ_LENGTH;
ctx->ctx_idx = (current + 1) % AAC_AIFQ_LENGTH;
union aac_fib_align aifq[AAC_AIFQ_LENGTH];