Searched refs:exp_rotation (Results 1 – 2 of 2) sorted by relevance
/external/libopus/celt/tests/ |
D | test_unit_rotation.c | 59 exp_rotation(x1, N, 1, 1, K, SPREAD_NORMAL); in test_rotation() 67 exp_rotation(x1, N, -1, 1, K, SPREAD_NORMAL); in test_rotation()
|
/external/libopus/celt/ |
D | vq.c | 65 static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread) in exp_rotation() function 179 exp_rotation(X, N, 1, B, K, spread); in alg_quant() 312 exp_rotation(X, N, -1, B, K, spread); in alg_quant() 341 exp_rotation(X, N, -1, B, K, spread); in alg_unquant()
|