Lines Matching refs:ALLOC
188 ALLOC(corr16, end-start+1, spx_word16_t); in open_loop_nbest_pitch()
189 ALLOC(ener16, end-start+1, spx_word16_t); in open_loop_nbest_pitch()
190 ALLOC(corr, end-start+1, spx_word32_t); in open_loop_nbest_pitch()
197 ALLOC(energy, end-start+2, spx_word32_t); in open_loop_nbest_pitch()
198 ALLOC(corr, end-start+1, spx_word32_t); in open_loop_nbest_pitch()
203 ALLOC(best_score, N, spx_word32_t); in open_loop_nbest_pitch()
204 ALLOC(best_ener, N, spx_word32_t); in open_loop_nbest_pitch()
381 ALLOC(tmp1, 3*nsf, spx_word16_t); in pitch_gain_search_3tap()
382 ALLOC(e, nsf, spx_word16_t); in pitch_gain_search_3tap()
397 ALLOC(mm, p, spx_mem_t); in pitch_gain_search_3tap()
576 ALLOC(nbest, N, int); in pitch_search_3tap()
613 ALLOC(best_exc, nsf, spx_sig_t); in pitch_search_3tap()
614 ALLOC(new_target, nsf, spx_word16_t); in pitch_search_3tap()
615 ALLOC(best_target, nsf, spx_word16_t); in pitch_search_3tap()
780 ALLOC(res, nsf, spx_word16_t); in forced_pitch_quant()