Searched refs:exc_base (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg729dec.c106 int16_t exc_base[2*SUBFRAME_SIZE+PITCH_DELAY_MAX+INTERPOL_LEN]; member in struct:__anon3148
373 ctx->exc = &ctx->exc_base[PITCH_DELAY_MAX+INTERPOL_LEN];
630 ctx->exc_base[j] >>= 2;
711 memmove(ctx->exc_base, ctx->exc_base + 2 * SUBFRAME_SIZE, (PITCH_DELAY_MAX+INTERPOL_LEN)*sizeof(int16_t));

Completed in 63 milliseconds