Searched refs:LPC_FRAME (Results 1 – 2 of 2) sorted by relevance
46 static const int16_t hamming_window[LPC_FRAME] = {148 int16_t vector[LPC_FRAME]; in comp_autocorr()150 ff_g723_1_scale_vector(vector, buf, LPC_FRAME); in comp_autocorr()153 for (i = 0; i < LPC_FRAME; i++) in comp_autocorr()157 temp = ff_dot_product(vector, vector, LPC_FRAME); in comp_autocorr()172 temp = ff_dot_product(vector, vector + i, LPC_FRAME - i); in comp_autocorr()
39 #define LPC_FRAME (HALF_FRAME_LEN + SUBFRAME_LEN) macro