Searched refs:exp_rotation (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/tests/ |
D | test_unit_rotation.c | 89 exp_rotation(x1, N, 1, 1, K, SPREAD_NORMAL); in test_rotation() 97 exp_rotation(x1, N, -1, 1, K, SPREAD_NORMAL); in test_rotation()
|
/external/libopus/celt/ |
D | vq.c | 70 static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread) in exp_rotation() function 186 exp_rotation(X, N, 1, B, K, spread); in alg_quant() 319 exp_rotation(X, N, -1, B, K, spread); in alg_quant() 342 exp_rotation(X, N, -1, B, K, spread); in alg_unquant()
|
/external/libopus/celt/mips/ |
D | vq_mipsr1.h | 41 static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread);
|