Searched refs:PITCH_ORDER (Results 1 – 3 of 3) sorted by relevance
1134 int offset = PITCH_MAX - PITCH_ORDER / 2 - lag; in ff_g723_1_get_residual()1141 for (i = 2; i < SUBFRAME_LEN + PITCH_ORDER - 1; i++) in ff_g723_1_get_residual()1161 int16_t residual[SUBFRAME_LEN + PITCH_ORDER - 1]; in ff_g723_1_gen_acb_excitation()1179 sum = ff_dot_product(residual + i, cb_ptr, PITCH_ORDER); in ff_g723_1_gen_acb_excitation()
691 int16_t flt_buf[PITCH_ORDER][SUBFRAME_LEN]; in acb_search()695 int ccr_buf[PITCH_ORDER * SUBFRAMES << 2]; in acb_search()721 temp += residual[PITCH_ORDER - 1 + k] * impulse_resp[j - k]; in acb_search()722 flt_buf[PITCH_ORDER - 1][j] = av_clipl_int32((temp << 1) + in acb_search()726 for (j = PITCH_ORDER - 2; j >= 0; j--) { in acb_search()736 for (j = 0; j < PITCH_ORDER; j++) { in acb_search()742 for (j = 0; j < PITCH_ORDER; j++) { in acb_search()747 for (j = 1; j < PITCH_ORDER; j++) { in acb_search()1172 int16_t residual[SUBFRAME_LEN + PITCH_ORDER - 1]; in g723_1_encode_frame()
45 #define PITCH_ORDER 5 macro