Home
last modified time | relevance | path

Searched refs:exp_rotation (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/tests/
Dtest_unit_rotation.c89 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/
Dvq.c70 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/
Dvq_mipsr1.h41 static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread);