Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmodes.c82 static const opus_int16 bark_freq[BARK_BANDS+1] = { variable
106 if (bark_freq[nBark+1]*2 >= Fs) in compute_ebands()
111 if (bark_freq[lin+1]-bark_freq[lin] >= res) in compute_ebands()
114 low = (bark_freq[lin]+res/2)/res; in compute_ebands()
126 offset = eBands[low-1]*res - bark_freq[lin-1]; in compute_ebands()
130 int target = bark_freq[lin+i]; in compute_ebands()
140 eBands[*nbEBands] = (bark_freq[nBark]+res)/(2*res)*2; in compute_ebands()