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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg723_1_data.h43 #define PITCH_ORDER 5 macro
H A Dg723_1.c526 int offset = PITCH_MAX - PITCH_ORDER / 2 - lag;
533 for (i = 2; i < SUBFRAME_LEN + PITCH_ORDER - 1; i++)
550 int16_t residual[SUBFRAME_LEN + PITCH_ORDER - 1];
568 sum = ff_dot_product(residual + i, cb_ptr, PITCH_ORDER);
1924 int16_t flt_buf[PITCH_ORDER][SUBFRAME_LEN];
1928 int ccr_buf[PITCH_ORDER * SUBFRAMES << 2];
1954 temp += residual[PITCH_ORDER - 1 + k] * impulse_resp[j - k];
1955 flt_buf[PITCH_ORDER - 1][j] = av_clipl_int32((temp << 1) +
1959 for (j = PITCH_ORDER - 2; j >= 0; j--) {
1969 for (j = 0; j < PITCH_ORDER;
[all...]

Completed in 167 milliseconds