Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dacelp_pitch_delay.c122 PITCH_DELAY_MAX - 9); in ff_decode_pitch_lag()
141 PITCH_DELAY_MAX - 19); in ff_decode_pitch_lag()
144 PITCH_DELAY_MAX - 9); in ff_decode_pitch_lag()
H A Dg729dec.c106 int16_t exc_base[2*SUBFRAME_SIZE+PITCH_DELAY_MAX+INTERPOL_LEN];
384 ctx->exc = &ctx->exc_base[PITCH_DELAY_MAX+INTERPOL_LEN]; in decoder_init()
521 PITCH_DELAY_MIN, PITCH_DELAY_MAX - 9); in decode_frame()
532 if (pitch_delay_int[i] > PITCH_DELAY_MAX) { in decode_frame()
534 pitch_delay_int[i] = PITCH_DELAY_MAX; in decode_frame()
654 for (j = 0; j < 2 * SUBFRAME_SIZE + PITCH_DELAY_MAX + INTERPOL_LEN; j++) in decode_frame()
720 ctx->pitch_delay_int_prev = FFMIN(ctx->pitch_delay_int_prev + 1, PITCH_DELAY_MAX); in decode_frame()
737 memmove(ctx->exc_base, ctx->exc_base + 2 * SUBFRAME_SIZE, (PITCH_DELAY_MAX+INTERPOL_LEN)*sizeof(int16_t)); in decode_frame()
H A Dsipr.h81 float postfilter_mem[PITCH_DELAY_MAX + LP_FILTER_ORDER];
86 float postfilter_mem5k0[PITCH_DELAY_MAX + LP_FILTER_ORDER];
H A Dg729postfilter.h77 #define RES_PREV_DATA_SIZE (PITCH_DELAY_MAX + LONG_INT_FILT_LEN + 1)
H A Dacelp_pitch_delay.h31 #define PITCH_DELAY_MAX 143 macro
H A Damrnbdec.c117 float excitation_buf[PITCH_DELAY_MAX + LP_FILTER_ORDER + 1 + AMR_SUBFRAME_SIZE]; ///< current excitation and all necessary excitation history
186 p->excitation = &p->excitation_buf[PITCH_DELAY_MAX + LP_FILTER_ORDER + 1]; in amrnb_decode_init()
397 PITCH_DELAY_MAX - 9); in decode_pitch_lag_1_6()
862 (PITCH_DELAY_MAX + LP_FILTER_ORDER + 1) * sizeof(float)); in update_state()
H A Dsipr.c388 excitation = ctx->excitation + PITCH_DELAY_MAX + L_INTERPOL; in decode_frame()
470 memmove(ctx->excitation, excitation - PITCH_DELAY_MAX - L_INTERPOL, in decode_frame()
471 (PITCH_DELAY_MAX + L_INTERPOL) * sizeof(float)); in decode_frame()

Completed in 6 milliseconds