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:exp2_lut
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegaudiodec_common_tablegen.h
46
static const double
exp2_lut
[4] = {
in mpegaudiodec_common_tableinit()
local
60
f = pow43_val *
exp2_lut
[i & 3];
in mpegaudiodec_common_tableinit()
H
A
D
mpegaudio_tablegen.h
51
static const double
exp2_lut
[4] = {
in mpegaudio_tableinit()
local
67
exp2_val = exp2_base *
exp2_lut
[exponent & 3] / IMDCT_SCALAR;
in mpegaudio_tableinit()
H
A
D
aactab.c
3306
static const float
exp2_lut
[] = {
in aac_tableinit()
local
3340
ff_aac_pow2sf_tab[i] = t1 *
exp2_lut
[t1_inc_cur];
in aac_tableinit()
3341
ff_aac_pow34sf_tab[i] = t2 *
exp2_lut
[t2_inc_cur];
in aac_tableinit()
Completed in 5 milliseconds