Searched refs:decresidual (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ilbcdec.c | 117 int16_t decresidual[BLOCKL_MAX]; member 768 int16_t *decresidual, in decode_residual() 787 state_construct(encbits->ifm, encbits->idx, &syntdenum[(encbits->start - 1) * (LPC_FILTERORDER + 1)], &decresidual[start_pos], s->state_short_len); in decode_residual() 792 memcpy(mem + CB_MEML - s->state_short_len, decresidual + start_pos, s->state_short_len * 2); in decode_residual() 796 construct_vector(&decresidual[start_pos + s->state_short_len], encbits->cb_index, encbits->gain_index, mem + CB_MEML - ST_MEM_L_TBL, ST_MEM_L_TBL, (int16_t) diff); in decode_residual() 801 reverse_memcpy(mem + CB_MEML - 1, decresidual + start_pos, meml_gotten); in decode_residual() 808 reverse_memcpy(&decresidual[start_pos - 1], reverseDecresidual, diff); in decode_residual() 820 memcpy(mem + CB_MEML - STATE_LEN, decresidual + (encbits->start - 1) * SUBL, STATE_LEN * 2); in decode_residual() 825 construct_vector(&decresidual[(encbits->start + 1 + subframe) * SUBL], encbits->cb_index + subcount * CB_NSTAGES, encbits->gain_index + subcount * CB_NSTAGES, mem, MEM_LF_TBL, SUBL); in decode_residual() 829 memcpy(mem + CB_MEML - SUBL, &decresidual[(encbit in decode_residual() 766 decode_residual(ILBCContext *s, ILBCFrame *encbits, int16_t *decresidual, int16_t *syntdenum) decode_residual() argument 951 do_plc(int16_t *plc_residual, int16_t *plc_lpc, int16_t PLI, int16_t *decresidual, int16_t *lpc, int16_t inlag, ILBCContext *s) do_plc() argument [all...] |
Completed in 3 milliseconds