Home
last modified time | relevance | path

Searched defs:nfilters (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lc3-google/src/
H A Dtns.c124 int nfilters = 1 + (dt >= LC3_DT_5M && bw >= LC3_BANDWIDTH_SWB); in compute_lpc_coeffs() local
305 int nfilters = 1 + (dt >= LC3_DT_5M && bw >= LC3_BANDWIDTH_SWB); in forward_filtering() local
347 int nfilters = 1 + (dt >= LC3_DT_5M && bw >= LC3_BANDWIDTH_SWB); in inverse_filtering() local
H A Dtns.h31 int nfilters; member