Searched refs:encbits (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ilbcdec.c | 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() [all …]
|