Searched refs:FRAME_LEN (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.h35 #define FRAME_LEN (SUBFRAME_LEN << 2) macro
36 #define HALF_FRAME_LEN (FRAME_LEN / 2)
H A Dg723_1.c56 int16_t excitation[PITCH_MAX + FRAME_LEN + 4];
72 int16_t audio[FRAME_LEN + LPC_ORDER + PITCH_MAX + 4];
591 limit = FFMIN(FRAME_LEN + PITCH_MAX - offset - length, pitch_lag + 3);
756 *scale = scale_vector(buf, p->excitation, FRAME_LEN + PITCH_MAX);
802 (FRAME_LEN - lag) * sizeof(*out));
804 for (i = 0; i < FRAME_LEN; i++) {
808 memset(buf, 0, (FRAME_LEN + PITCH_MAX) * sizeof(*buf));
893 int filter_signal[LPC_ORDER + FRAME_LEN], *signal_ptr;
911 memcpy(p->fir_mem, buf + FRAME_LEN, LPC_ORDER * sizeof(int16_t));
912 memcpy(p->iir_mem, filter_signal + FRAME_LEN, LPC_ORDE
[all...]

Completed in 103 milliseconds