Home
last modified time | relevance | path

Searched refs:_celt_cos_pi_2 (Results 1 – 1 of 1) sorted by relevance

/external/libopus/celt/
Dmathops.c142 static OPUS_INLINE opus_val16 _celt_cos_pi_2(opus_val16 x) in _celt_cos_pi_2() function
165 return _celt_cos_pi_2(EXTRACT16(x)); in celt_cos_norm()
167 return NEG32(_celt_cos_pi_2(EXTRACT16(65536-x))); in celt_cos_norm()