OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bark_freq
(Results
1 - 1
of
1
) sorted by null
/external/libopus/celt/
modes.c
82
static const opus_int16
bark_freq
[BARK_BANDS+1] = {
variable
106
if (
bark_freq
[nBark+1]*2 >= Fs)
111
if (
bark_freq
[lin+1]-
bark_freq
[lin] >= res)
114
low = (
bark_freq
[lin]+res/2)/res;
126
offset = eBands[low-1]*res -
bark_freq
[lin-1];
130
int target =
bark_freq
[lin+i];
140
eBands[*nbEBands] = (
bark_freq
[nBark]+res)/(2*res)*2;
Completed in 2797 milliseconds