Home
last modified time | relevance | path

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

/liblc3-latest/test/
Dtns_py.c36 CTYPES_CHECK("sr", bw < LC3_NUM_BANDWIDTH); in compute_lpc_coeffs_py()
126 CTYPES_CHECK("bw", bw < LC3_NUM_BANDWIDTH); in analyze_py()
148 CTYPES_CHECK("bw", bw < LC3_NUM_BANDWIDTH); in synthesize_py()
Dspec_py.c164 CTYPES_CHECK("bw", bw < LC3_NUM_BANDWIDTH); in estimate_noise_py()
/liblc3-latest/src/
Dcommon.h128 LC3_NUM_BANDWIDTH, enumerator
Dtns.c98 const int *sub = (const int * const [LC3_NUM_DT][LC3_NUM_BANDWIDTH]){ in compute_lpc_coeffs()