Home
last modified time | relevance | path

Searched defs:celt_cos_norm (Results 1 – 2 of 2) sorted by relevance

/external/libopus/celt/
Dmathops.c157 opus_val16 celt_cos_norm(opus_val32 x) in celt_cos_norm() function
Dmathops.h119 #define celt_cos_norm(x) ((float)cos((.5f*PI)*(x))) macro