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:pow43
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
quantize_pvt.c
174
FLOAT
pow43
[PRECALC_SIZE];
variable
351
pow43
[0] = 0.0;
in iteration_init()
353
pow43
[i] = pow((FLOAT) i, 4.0 / 3.0);
in iteration_init()
358
adj43asm[i] = i - 0.5 - pow(0.5 * (
pow43
[i - 1] +
pow43
[i]), 0.75);
in iteration_init()
361
adj43[i] = (i + 1) - pow(0.5 * (
pow43
[i] +
pow43
[i + 1]), 0.75);
in iteration_init()
786
temp = fabs(cod_info->xr[j]) -
pow43
[ix[j]] * step;
in calc_noise_core_c()
789
temp = fabs(cod_info->xr[j]) -
pow43
[ix[j]] * step;
in calc_noise_core_c()
H
A
D
quantize_pvt.h
40
extern FLOAT
pow43
[PRECALC_SIZE];
H
A
D
vbrquantize.c
237
x[0] = fabsf(xr[0]) - sfpow *
pow43
[l3[0]];
in calc_sfb_noise_x34()
238
x[1] = fabsf(xr[1]) - sfpow *
pow43
[l3[1]];
in calc_sfb_noise_x34()
239
x[2] = fabsf(xr[2]) - sfpow *
pow43
[l3[2]];
in calc_sfb_noise_x34()
240
x[3] = fabsf(xr[3]) - sfpow *
pow43
[l3[3]];
in calc_sfb_noise_x34()
258
case 3: x[2] = fabsf(xr[2]) - sfpow *
pow43
[l3[2]];
in calc_sfb_noise_x34()
259
case 2: x[1] = fabsf(xr[1]) - sfpow *
pow43
[l3[1]];
in calc_sfb_noise_x34()
260
case 1: x[0] = fabsf(xr[0]) - sfpow *
pow43
[l3[0]];
in calc_sfb_noise_x34()
Completed in 4 milliseconds