Lines Matching refs:ACB_SIZE
45 #define ACB_SIZE 128
86 float postfilter_residual[ACB_SIZE + SUBFRAME_SIZE];
91 float pitch[ACB_SIZE + FILTER_ORDER + SUBFRAME_SIZE];
92 float pitch_back[ACB_SIZE];
248 for (i = 0; i < ACB_SIZE; i++)
599 residual_filter(&e->postfilter_residual[ACB_SIZE], scratch, wcoef1, e->postfilter_fir, length);
604 for (n = ACB_SIZE, sum2 = 0; n < ACB_SIZE + length; n++)
612 for (i = ACB_SIZE, sum1 = 0; i < ACB_SIZE + length; i++)
614 for (i = ACB_SIZE, sum2 = 0; i < ACB_SIZE + length; i++)
618 memcpy(temp, e->postfilter_residual + ACB_SIZE, length * sizeof(float));
622 memcpy(temp, e->postfilter_residual + ACB_SIZE, length * sizeof(float));
627 temp[i] = e->postfilter_residual[ACB_SIZE + i] + gamma *
628 pfc->ltgain * e->postfilter_residual[ACB_SIZE + i - best];
651 e->postfilter_residual + length, ACB_SIZE * sizeof(float));
670 memcpy(e->pitch_back, e->pitch, ACB_SIZE * sizeof(float));
714 acb_excitation(e, e->pitch + ACB_SIZE,
717 e->pitch[ACB_SIZE + j] *= e->fade_scale;
721 e->pitch[ACB_SIZE + j] = e->energy_vector[i];
724 memmove(e->pitch, e->pitch + subframe_size, ACB_SIZE * sizeof(float));
729 e->pitch[ACB_SIZE + j] += f;
732 e->pitch[ACB_SIZE + j] = e->energy_vector[i];
735 synthesis_filter(e->pitch + ACB_SIZE, ilpc,
811 memcpy(e->pitch, e->pitch_back, ACB_SIZE * sizeof(float));
823 acb_excitation(e, e->pitch + ACB_SIZE, e->avg_acb_gain, idelay, subframe_size);
824 memmove(e->pitch, e->pitch + subframe_size, ACB_SIZE * sizeof(float));
868 acb_excitation(e, e->pitch + ACB_SIZE,
875 e->pitch[ACB_SIZE + j] += f * tmp[j];
879 e->pitch[ACB_SIZE + j] = e->energy_vector[i];
882 memmove(e->pitch, e->pitch + subframe_size, ACB_SIZE * sizeof(float));
884 synthesis_filter(e->pitch + ACB_SIZE, ilpc,