OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cossintab
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
aac_rom.h
37
extern const int
cossintab
[128 + 1024];
/frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c
359
PreMDCT(buf, 1024,
cossintab
+ 128);
365
PostMDCT(buf, 1024,
cossintab
+ 128);
377
PreMDCT(buf, 128,
cossintab
);
383
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 757 milliseconds