Searched refs:vorbis_lpc_from_data (Results 1 – 3 of 3) sorted by relevance
/external/libvorbis/lib/ |
D | lpc.h | 24 extern float vorbis_lpc_from_data(float *data,float *lpc,int n,int m);
|
D | lpc.c | 61 float vorbis_lpc_from_data(float *data,float *lpci,int n,int m){ in vorbis_lpc_from_data() function
|
D | block.c | 430 vorbis_lpc_from_data(work,lpc,v->pcm_current-v->centerW,order); in _preextrapolate_helper() 490 vorbis_lpc_from_data(v->pcm[i]+v->eofflag-n,lpc,n,order); in vorbis_analysis_wrote()
|