OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nyq
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
floor0.c
149
ogg_int32_t
nyq
){
159
ogg_uint32_t inyq= (1UL<<31) / toBARK(
nyq
);
161
ogg_uint32_t tBnyq1 = toBARK(
nyq
)<<1;
166
int fbase=
nyq
/fdx;
168
int fdy=
nyq
-fbase*fdx;
/external/libvorbis/lib/
vorbisenc.c
521
double
nyq
=vi->rate/2.;
local
525
if(freq>
nyq
)freq=
nyq
;
529
f->n=freq/
nyq
*blocksize;
539
if(freq>
nyq
)freq=
nyq
;
569
r->end=(int)((freq/
nyq
*blocksize*ch)/r->grouping+.9)* /* round up only if we're well past */
576
r->end=(int)((freq/
nyq
*blocksize)/r->grouping+.9)* /* round up only if we're well past */
[
all
...]
Completed in 2109 milliseconds