Searched refs:CB_MEML (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ilbcdec.c | 55 #define CB_MEML 147 macro 791 memset(mem, 0, (int16_t) (CB_MEML - s->state_short_len) * 2); 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() 802 memset(mem, 0, (int16_t) (CB_MEML - meml_gotten) * 2); in decode_residual() 805 construct_vector(reverseDecresidual, encbits->cb_index, encbits->gain_index, mem + CB_MEML - ST_MEM_L_TBL, ST_MEM_L_TBL, diff); in decode_residual() 819 memset(mem, 0, (CB_MEML - STATE_LEN) * 2); in decode_residual() 820 memcpy(mem + CB_MEML - STATE_LEN, decresidual + (encbits->start - 1) * SUBL, STATE_LEN * 2); in decode_residual() 828 memmove(mem, mem + SUBL, (CB_MEML in decode_residual() [all...] |
Completed in 3 milliseconds