Searched refs:exp_rotation (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/tests/ |
D | test_unit_rotation.c | 55 exp_rotation(x1, N, 1, 1, K, SPREAD_NORMAL); in test_rotation() 63 exp_rotation(x1, N, -1, 1, K, SPREAD_NORMAL); in test_rotation()
|
/external/libopus/celt/ |
D | vq.c | 70 void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread) in exp_rotation() function 340 exp_rotation(X, N, 1, B, K, spread); in alg_quant() 349 exp_rotation(X, N, -1, B, K, spread); in alg_quant() 372 exp_rotation(X, N, -1, B, K, spread); in alg_unquant()
|
D | vq.h | 48 void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread);
|