Searched defs:celt_cos_norm (Results 1 – 2 of 2) sorted by relevance
/external/libopus/celt/ | ||
D | mathops.c | 157 opus_val16 celt_cos_norm(opus_val32 x) in celt_cos_norm() function |
D | mathops.h | 119 #define celt_cos_norm(x) ((float)cos((.5f*PI)*(x))) macro |