Home
last modified time | relevance | path

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

/liblc3-latest/test/
Dtns_py.c89 quantize_rc(rc, maxorder, &rc_order, rc_q); in quantize_rc_py()
/liblc3-latest/src/
Dtns.c242 static void quantize_rc(const float *rc, int maxorder, int *order, int *rc_q) in quantize_rc() function
417 quantize_rc(rc[f], maxorder, &data->rc_order[f], data->rc[f]); in lc3_tns_analyze()