Home
last modified time | relevance | path

Searched refs:nyq (Results 1 – 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
Dfloor0.c149 ogg_int32_t nyq){ in vorbis_lsp_to_curve() argument
159 ogg_uint32_t inyq= (1UL<<31) / toBARK(nyq); in vorbis_lsp_to_curve()
161 ogg_uint32_t tBnyq1 = toBARK(nyq)<<1; in vorbis_lsp_to_curve()
166 int fbase=nyq/fdx; in vorbis_lsp_to_curve()
168 int fdy=nyq-fbase*fdx; in vorbis_lsp_to_curve()
/external/libvorbis/lib/
Dvorbisenc.c521 double nyq=vi->rate/2.; in vorbis_encode_residue_setup() local
525 if(freq>nyq)freq=nyq; in vorbis_encode_residue_setup()
529 f->n=freq/nyq*blocksize; in vorbis_encode_residue_setup()
539 if(freq>nyq)freq=nyq; in vorbis_encode_residue_setup()
569 r->end=(int)((freq/nyq*blocksize*ch)/r->grouping+.9)* /* round up only if we're well past */ in vorbis_encode_residue_setup()
576 r->end=(int)((freq/nyq*blocksize)/r->grouping+.9)* /* round up only if we're well past */ in vorbis_encode_residue_setup()