Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmodes.c81 static const opus_int16 bark_freq[BARK_BANDS+1] = { variable
105 if (bark_freq[nBark+1]*2 >= Fs) in compute_ebands()
110 if (bark_freq[lin+1]-bark_freq[lin] >= res) in compute_ebands()
113 low = (bark_freq[lin]+res/2)/res; in compute_ebands()
125 offset = eBands[low-1]*res - bark_freq[lin-1]; in compute_ebands()
129 int target = bark_freq[lin+i]; in compute_ebands()
139 eBands[*nbEBands] = (bark_freq[nBark]+res)/(2*res)*2; in compute_ebands()