OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sin1024
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/tests/audiotests/
shared_mem_test.h
21
short
sin1024
[SIN_SZ]; // sine table 2*pi = 1024
member in class:android::AudioTrackTest
shared_mem_test.cpp
155
sample = (amplitude*
sin1024
[(phi>>22) & 0x3ff]) >> 15;
158
l1 = (amplitude*
sin1024
[((phi>>22) + 256) & 0x3ff]) >> 15; // 2^15*cosine
182
sin1024
[i0] = (short)d0;
Completed in 487 milliseconds