Lines Matching refs:encbits

765                             ILBCFrame *encbits,  in decode_residual()  argument
777 if (encbits->state_first == 1) { in decode_residual()
778 start_pos = (encbits->start - 1) * SUBL; in decode_residual()
780 start_pos = (encbits->start - 1) * SUBL + diff; in decode_residual()
785 …state_construct(encbits->ifm, encbits->idx, &syntdenum[(encbits->start - 1) * (LPC_FILTERORDER + 1… in decode_residual()
787 if (encbits->state_first) { /* put adaptive part in the end */ in decode_residual()
794 …construct_vector(&decresidual[start_pos + s->state_short_len], encbits->cb_index, encbits->gain_in… in decode_residual()
803 …construct_vector(reverseDecresidual, encbits->cb_index, encbits->gain_index, mem + CB_MEML - ST_ME… in decode_residual()
813 Nfor = s->nsub - encbits->start - 1; in decode_residual()
818 memcpy(mem + CB_MEML - STATE_LEN, decresidual + (encbits->start - 1) * SUBL, STATE_LEN * 2); in decode_residual()
823 …construct_vector(&decresidual[(encbits->start + 1 + subframe) * SUBL], encbits->cb_index + subcoun… in decode_residual()
827 … memcpy(mem + CB_MEML - SUBL, &decresidual[(encbits->start + 1 + subframe) * SUBL], SUBL * 2); in decode_residual()
835 Nback = encbits->start - 1; in decode_residual()
839 meml_gotten = SUBL * (s->nsub + 1 - encbits->start); in decode_residual()
844 reverse_memcpy(mem + CB_MEML - 1, decresidual + (encbits->start - 1) * SUBL, meml_gotten); in decode_residual()
850 … construct_vector(&reverseDecresidual[subframe * SUBL], encbits->cb_index + subcount * CB_NSTAGES, in decode_residual()
851 encbits->gain_index + subcount * CB_NSTAGES, mem, MEM_LF_TBL, SUBL); in decode_residual()