HomeSort by relevance Sort by last modified time
    Searched refs:psy (Results 1 - 11 of 11) sorted by null

  /external/speex/libspeex/
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);
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);
nb_celp.h 68 VorbisPsy *psy; member in struct:EncState
arch.h 59 #error Vorbis-psy model currently not implemented in fixed-point
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);
    [all...]
  /external/libvorbis/
Android.mk 22 lib/psy.c \
  /external/libvorbis/symbian/
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/
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\
codec_internal.h 58 #include "psy.h"
71 vorbis_look_psy *psy; member in struct:private_state
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 */
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 66 milliseconds