Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmathops.c143 static OPUS_INLINE opus_val16 _celt_cos_pi_2(opus_val16 x) in _celt_cos_pi_2() function
166 return _celt_cos_pi_2(EXTRACT16(x)); in celt_cos_norm()
168 return NEG16(_celt_cos_pi_2(EXTRACT16(65536-x))); in celt_cos_norm()