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:en1
(Results
1 - 2
of
2
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
quantize_pvt.c
942
FLOAT en0,
en1
;
in set_pinfo()
local
964
en1
= 1e15; /* scaling so it shows up on FFT plot */
in set_pinfo()
965
gfc->pinfo->en[gr][ch][sfb] =
en1
* en0;
in set_pinfo()
966
gfc->pinfo->xfsf[gr][ch][sfb] =
en1
* l3_xmin[sfb] * xfsf[sfb] / bw;
in set_pinfo()
973
gfc->pinfo->thr[gr][ch][sfb] =
en1
* Max(en0 * ratio->thm.l[sfb], gfc->ATH->l[sfb]);
in set_pinfo()
999
en1
= 1e15; /* scaling so it shows up on FFT plot */
in set_pinfo()
1001
gfc->pinfo->en_s[gr][ch][3 * sfb + i] =
en1
* en0;
in set_pinfo()
1002
gfc->pinfo->xfsf_s[gr][ch][3 * sfb + i] =
en1
* l3_xmin[sfb2] * xfsf[sfb2] / bw;
in set_pinfo()
1011
en1
* Max(en0 * ratio->thm.s[sfb][i], gfc->ATH->s[sfb]);
in set_pinfo()
/third_party/ffmpeg/libavutil/
H
A
D
opt.c
2139
AVDictionaryEntry *
en1
= NULL;
in av_opt_is_set_to_default()
local
2147
en1
= av_dict_get(dict1, "",
en1
, AV_DICT_IGNORE_SUFFIX);
in av_opt_is_set_to_default()
2149
} while (
en1
&& en2 && !strcmp(
en1
->key, en2->key) && !strcmp(
en1
->value, en2->value));
in av_opt_is_set_to_default()
2151
return (!
en1
&& !en2);
in av_opt_is_set_to_default()
Completed in 5 milliseconds