HomeSort by relevance Sort by last modified time
    Searched defs:celt_cos_norm (Results 1 - 2 of 2) sorted by null

  /external/libopus/celt/
mathops.c 156 opus_val16 celt_cos_norm(opus_val32 x) function
mathops.h 87 #define celt_cos_norm(x) ((float)cos((.5f*PI)*(x))) macro
166 opus_val16 celt_cos_norm(opus_val32 x);

Completed in 31 milliseconds