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

  /external/chromium_org/third_party/opus/src/celt/
mathops.c 154 opus_val16 celt_cos_norm(opus_val32 x) function
mathops.h 52 #define celt_cos_norm(x) ((float)cos((.5f*PI)*(x))) macro
152 opus_val16 celt_cos_norm(opus_val32 x);

Completed in 806 milliseconds