Home
last modified time | relevance | path

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

/external/libopus/celt/tests/
Dtest_unit_mathops.c98 opus_int32 q=bitexact_cos(i); in testbitexactcos()
105 if ((chk!=89408644)||(max_d!=5)||(min_d!=0)||(bitexact_cos(64)!=32767)|| in testbitexactcos()
106 (bitexact_cos(16320)!=200)||(bitexact_cos(8192)!=23171)) in testbitexactcos()
122 opus_int32 mid=bitexact_cos(i); in testbitexactlog2tan()
123 opus_int32 side=bitexact_cos(16384-i); in testbitexactlog2tan()
/external/libopus/celt/
Dbands.h39 opus_int16 bitexact_cos(opus_int16 x);
Dbands.c68 opus_int16 bitexact_cos(opus_int16 x) in bitexact_cos() function
756 imid = bitexact_cos((opus_int16)unquantized); in compute_theta()
757 iside = bitexact_cos((opus_int16)(16384-unquantized)); in compute_theta()
890 imid = bitexact_cos((opus_int16)itheta); in compute_theta()
891 iside = bitexact_cos((opus_int16)(16384-itheta)); in compute_theta()