Searched refs:psy (Results 1 - 11 of 11) sorted by relevance
/external/speex/libspeex/ |
H A D | vorbis_psy.h | 92 void vorbis_psy_destroy(VorbisPsy *psy); 93 void compute_curve(VorbisPsy *psy, float *audio, float *curve); 94 void curve_to_lpc(VorbisPsy *psy, float *curve, float *awk1, float *awk2, int ord);
|
H A D | scal.c | 62 VorbisPsy *psy; member in struct:SpeexDecorrState_ 89 st->psy = vorbis_psy_init(rate, 2*frame_size); 232 compute_curve(st->psy, buff, st->curve); 277 vorbis_psy_destroy(st->psy);
|
H A D | nb_celp.h | 68 VorbisPsy *psy; member in struct:EncState
|
H A D | arch.h | 59 #error Vorbis-psy model currently not implemented in fixed-point
|
H A D | nb_celp.c | 150 st->psy = vorbis_psy_init(8000, 256); 242 vorbis_psy_destroy(st->psy); 416 compute_curve(st->psy, st->psy_window, st->curve); 692 curve_to_lpc(st->psy, curr_curve, bw_lpc1, bw_lpc2, 10);
|
/external/libvorbis/ |
H A D | Android.mk | 22 lib/psy.c \
|
/external/libvorbis/symbian/ |
H A D | vorbis.mmp | 39 SOURCE lookup.c lpc.c lsp.c mapping0.c mdct.c psy.c registry.c res0.c sharedbook.c
|
/external/libvorbis/lib/ |
H A D | Makefile.am | 10 lpc.c analysis.c synthesis.c psy.c info.c \ 14 envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
|
H A D | codec_internal.h | 58 #include "psy.h" 71 vorbis_look_psy *psy; member in struct:private_state
|
H A D | block.c | 223 b->psy=_ogg_calloc(ci->psys,sizeof(*b->psy)); 225 _vp_psy_init(b->psy+i, 353 if(b->psy){ 356 _vp_psy_clear(b->psy+i); 357 _ogg_free(b->psy); 614 /* moved to the global psy state; clean this mess up */
|
H A D | mapping0.c | 28 #include "psy.h" 162 #include "psy.h" 258 vorbis_look_psy *psy_look=b->psy+blocktype+(vb->W?2:0); 441 computed/fit for bitrate management goes in the second psy
|
Completed in 239 milliseconds