Searched refs:bitexact_cos (Results 1 – 2 of 2) sorted by relevance
107 opus_int32 q=bitexact_cos(i); in testbitexactcos()114 if ((chk!=89408644)||(max_d!=5)||(min_d!=0)||(bitexact_cos(64)!=32767)|| in testbitexactcos()115 (bitexact_cos(16320)!=200)||(bitexact_cos(8192)!=23171)) in testbitexactcos()131 opus_int32 mid=bitexact_cos(i); in testbitexactlog2tan()132 opus_int32 side=bitexact_cos(16384-i); in testbitexactlog2tan()
68 static opus_int16 bitexact_cos(opus_int16 x) in bitexact_cos() function820 imid = bitexact_cos((opus_int16)itheta); in compute_theta()821 iside = bitexact_cos((opus_int16)(16384-itheta)); in compute_theta()