Searched refs:PITCH_DELAY_MAX (Results 1 – 7 of 7) sorted by relevance
122 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()
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()519 PITCH_DELAY_MIN, PITCH_DELAY_MAX - 9); in decode_frame()530 if (pitch_delay_int[i] > PITCH_DELAY_MAX) { in decode_frame()532 pitch_delay_int[i] = PITCH_DELAY_MAX; in decode_frame()652 for (j = 0; j < 2 * SUBFRAME_SIZE + PITCH_DELAY_MAX + INTERPOL_LEN; j++) in decode_frame()718 ctx->pitch_delay_int_prev = FFMIN(ctx->pitch_delay_int_prev + 1, PITCH_DELAY_MAX); in decode_frame()735 …memmove(ctx->exc_base, ctx->exc_base + 2 * SUBFRAME_SIZE, (PITCH_DELAY_MAX+INTERPOL_LEN)*sizeof(in… in decode_frame()
81 float postfilter_mem[PITCH_DELAY_MAX + LP_FILTER_ORDER];86 float postfilter_mem5k0[PITCH_DELAY_MAX + LP_FILTER_ORDER];
76 #define RES_PREV_DATA_SIZE (PITCH_DELAY_MAX + LONG_INT_FILT_LEN + 1)
31 #define PITCH_DELAY_MAX 143 macro
387 excitation = ctx->excitation + PITCH_DELAY_MAX + L_INTERPOL; in decode_frame()469 memmove(ctx->excitation, excitation - PITCH_DELAY_MAX - L_INTERPOL, in decode_frame()470 (PITCH_DELAY_MAX + L_INTERPOL) * sizeof(float)); in decode_frame()
116 …float excitation_buf[PITCH_DELAY_MAX + LP_FILTER_ORDER + 1 + AMR_SUBFRAME_SIZE]; ///< current exci…177 p->excitation = &p->excitation_buf[PITCH_DELAY_MAX + LP_FILTER_ORDER + 1]; in amrnb_decode_init()387 PITCH_DELAY_MAX - 9); in decode_pitch_lag_1_6()852 (PITCH_DELAY_MAX + LP_FILTER_ORDER + 1) * sizeof(float)); in update_state()