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:ifqstep
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
vbrquantize.c
506
int const
ifqstep
= (cod_info->scalefac_scale == 0) ? 2 : 4;
in quantize_x34()
local
516
(cod_info->scalefac[sfb] + (cod_info->preflag ? pretab[sfb] : 0)) *
ifqstep
in quantize_x34()
589
ifqstep
= ( cod_info->scalefac_scale == 0 ) ? 2 : 4;
592
ol_sf -=
ifqstep
*scalefac[gr][ch].s[sfb][i];
682
ifqstep
= ( cod_info->scalefac_scale == 0 ) ? 2 : 4;
684
ol_sf -=
ifqstep
*scalefac[gr][ch].l[sfb];
686
ol_sf -=
ifqstep
*pretab[sfb];
691
const int
ifqstep
= (cod_info->scalefac_scale == 0) ? 2 : 4;
in set_scalefacs()
local
702
sf[sfb] += pretab[sfb] *
ifqstep
;
in set_scalefacs()
707
- ((preflag ? pretab[sfb] : 0) *
ifqstep
);
in set_scalefacs()
735
int const
ifqstep
= cod_info->scalefac_scale == 0 ? 2 : 4;
checkScalefactor()
local
[all...]
H
A
D
quantize_pvt.c
943
FLOAT const
ifqstep
= (cod_info->scalefac_scale == 0) ? .5 : 1.0;
in set_pinfo()
local
978
gfc->pinfo->LAMEsfb[gr][ch][sfb] = -
ifqstep
* pretab[sfb];
in set_pinfo()
982
gfc->pinfo->LAMEsfb[gr][ch][sfb] -=
ifqstep
* scalefac[sfb];
in set_pinfo()
1017
gfc->pinfo->LAMEsfb_s[gr][ch][3 * sfb + i] -=
ifqstep
* scalefac[sfb2];
in set_pinfo()
/third_party/lame/mpglib/
H
A
D
layer3.c
1882
float
ifqstep
;
in decode_layer3_frame()
local
1910
ifqstep
= (mp->pinfo->scalefac_scale[gr][ch] == 0) ? .5 : 1.0;
in decode_layer3_frame()
1920
-
ifqstep
* mp->pinfo->sfb_s[gr][ch][j - gr_infos->mixed_block_flag];
in decode_layer3_frame()
1933
mp->pinfo->sfb[gr][ch][sb] *= -
ifqstep
;
in decode_layer3_frame()
Completed in 7 milliseconds