Searched refs:psy (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A DMakefile.am10 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 Dcodec_internal.h58 #include "psy.h"
71 vorbis_look_psy *psy; member in struct:private_state
H A Dblock.c223 b->psy=_ogg_calloc(ci->psys,sizeof(*b->psy));
225 _vp_psy_init(b->psy+i,
343 if(b->psy){
346 _vp_psy_clear(b->psy+i);
347 _ogg_free(b->psy);
604 /* moved to the global psy state; clean this mess up */
H A DMakefile.in60 window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo \
271 lpc.c analysis.c synthesis.c psy.c info.c \
275 envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psy.Plo@am__quote@
H A Dmapping0.c28 #include "psy.h"
162 #include "psy.h"
259 b->psy+blocktype+(vb->W?2:0);
441 computed/fit for bitrate management goes in the second psy
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Daacenc.c29 * psy model selection with some option
172 AACPsyContext psy; ///< psychoacoustic model context member in struct:__anon483
227 if(ff_aac_psy_init(&s->psy, avctx, AAC_PSY_3GPP,
348 ff_aac_psy_end(&s->psy);

Completed in 92 milliseconds