Home
last modified time | relevance | path

Searched refs:INTERPOL_LEN (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg729dec.c61 #define INTERPOL_LEN 11 macro
105 int16_t exc_base[2*SUBFRAME_SIZE+PITCH_DELAY_MAX+INTERPOL_LEN];
382 ctx->exc = &ctx->exc_base[PITCH_DELAY_MAX+INTERPOL_LEN]; in decoder_init()
652 for (j = 0; j < 2 * SUBFRAME_SIZE + PITCH_DELAY_MAX + INTERPOL_LEN; j++) in decode_frame()
735 …memmove(ctx->exc_base, ctx->exc_base + 2 * SUBFRAME_SIZE, (PITCH_DELAY_MAX+INTERPOL_LEN)*sizeof(in… in decode_frame()