Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AAC_RENAME2
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aac_defines.h
36
#define
AAC_RENAME2
(x) x ## _fixed
macro
85
#define
AAC_RENAME2
(x) ff_ ## x
macro
H
A
D
aacdec_template.c
1264
AAC_RENAME(ff_kbd_window_init)(
AAC_RENAME2
(aac_kbd_long_1024), 4.0, 1024);
in aac_static_table_init()
1265
AAC_RENAME(ff_kbd_window_init)(
AAC_RENAME2
(aac_kbd_short_128), 6.0, 128);
in aac_static_table_init()
2670
const INTFLOAT *lwindow = ics->use_kb_window[0] ?
AAC_RENAME2
(aac_kbd_long_1024) :
AAC_RENAME2
(sine_1024);
2671
const INTFLOAT *swindow = ics->use_kb_window[0] ?
AAC_RENAME2
(aac_kbd_short_128) :
AAC_RENAME2
(sine_128);
2672
const INTFLOAT *lwindow_prev = ics->use_kb_window[1] ?
AAC_RENAME2
(aac_kbd_long_1024) :
AAC_RENAME2
(sine_1024);
2673
const INTFLOAT *swindow_prev = ics->use_kb_window[1] ?
AAC_RENAME2
(aac_kbd_short_128) :
AAC_RENAME2
(sine_12
[all...]
H
A
D
aacdec_fixed.c
88
DECLARE_ALIGNED(32, static int,
AAC_RENAME2
(aac_kbd_long_1024))[1024];
89
DECLARE_ALIGNED(32, static int,
AAC_RENAME2
(aac_kbd_short_128))[128];
Completed in 6 milliseconds