Searched refs:exp_rotation1 (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/ |
D | vq.c | 47 static void exp_rotation1(celt_norm *X, int len, int stride, opus_val16 c, opus_val16 s) in exp_rotation1() function 109 exp_rotation1(X+i*len, len, stride2, s, c); in exp_rotation() 110 exp_rotation1(X+i*len, len, 1, c, s); in exp_rotation() 112 exp_rotation1(X+i*len, len, 1, c, -s); in exp_rotation() 114 exp_rotation1(X+i*len, len, stride2, s, -c); in exp_rotation()
|
/external/libopus/celt/mips/ |
D | vq_mipsr1.h | 40 static void exp_rotation1(celt_norm *X, int len, int stride, opus_val16 c, opus_val16 s) in exp_rotation1() function
|
/external/libopus/ |
D | libopus_blocklist.txt | 51 fun:exp_rotation1
|