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