Lines Matching defs:pitch
62 uint8_t pitch_delay; ///< pitch delay for entire frame
91 float pitch[ACB_SIZE + FILTER_ORDER + SUBFRAME_SIZE];
249 e->pitch[i] = e->pitch_back[i] = 0.0;
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,