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

/external/libopus/celt/
H A Dmodes.c82 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 105 milliseconds