OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cossintab
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacenc/inc/
aac_rom.h
37
extern const int
cossintab
[128 + 1024];
/frameworks/base/media/libstagefright/codecs/aacenc/src/
transform.c
353
PreMDCT(buf, 1024,
cossintab
+ 128);
359
PostMDCT(buf, 1024,
cossintab
+ 128);
371
PreMDCT(buf, 128,
cossintab
);
377
PostMDCT(buf, 128,
cossintab
);
aac_rom.c
40
const int
cossintab
[128 + 1024] = {
variable
354
const int
cossintab
[128 + 1024] = {
variable
668
const int
cossintab
[128 + 1024] = {
variable
[
all
...]
Completed in 2611 milliseconds