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:pretab
(Results
1 - 7
of
7
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
quantize_pvt.h
34
extern const int
pretab
[SBMAX_l];
50
+ ((scalefac[] + (cod_info->preflag ?
pretab
[sfb] : 0))
H
A
D
vbrquantize.c
516
(cod_info->scalefac[sfb] + (cod_info->preflag ?
pretab
[sfb] : 0)) * ifqstep
in quantize_x34()
686
ol_sf -= ifqstep*
pretab
[sfb];
702
sf[sfb] +=
pretab
[sfb] * ifqstep;
in set_scalefacs()
707
- ((preflag ?
pretab
[sfb] : 0) * ifqstep);
in set_scalefacs()
740
(cod_info->preflag ?
pretab
[sfb] : 0)) * ifqstep) +
in checkScalefactor()
749
fprintf( stdout, "
pretab
%d\n", (cod_info->preflag ?
pretab
[sfb] : 0) );
in checkScalefactor()
865
maxover0p = 0; /*
pretab
*/
in long_block_constrain()
866
maxover1p = 0; /*
pretab
*/
in long_block_constrain()
876
v0p = v - 2 * (max_rangep[sfb] +
pretab
[sf
in long_block_constrain()
[all...]
H
A
D
takehiro.c
318
- ((cod_info->scalefac[sfb] + (cod_info->preflag ?
pretab
[sfb] : 0))
in quantize_xrpow()
1066
if (gi->scalefac[sfb] <
pretab
[sfb] && gi->scalefac[sfb] != -2)
in best_scalefac_store()
1071
gi->scalefac[sfb] -=
pretab
[sfb];
in best_scalefac_store()
1156
if (scalefac[sfb] <
pretab
[sfb])
in mpeg1_scale_bitcount()
1162
scalefac[sfb] -=
pretab
[sfb];
in mpeg1_scale_bitcount()
H
A
D
quantize_pvt.c
86
const int
pretab
[SBMAX_l] = {
variable
833
cod_info->global_gain - (((*scalefac++) + (cod_info->preflag ?
pretab
[sfb] : 0))
in calc_noise()
978
gfc->pinfo->LAMEsfb[gr][ch][sfb] = -ifqstep *
pretab
[sfb];
in set_pinfo()
H
A
D
quantize.c
819
s +=
pretab
[sfb];
in inc_scalefac_scale()
/third_party/ffmpeg/libavcodec/
H
A
D
mpegaudiodec_template.c
686
const uint8_t *bstab, *
pretab
;
in exponents_from_scale_factors()
local
695
pretab
= ff_mpa_pretab[g->preflag];
in exponents_from_scale_factors()
697
v0 = gain - ((g->scale_factors[i] +
pretab
[i]) << shift) + 400;
in exponents_from_scale_factors()
/third_party/lame/mpglib/
H
A
D
layer3.c
990
int const *
pretab
= (int const *) (gr_infos->preflag ? pretab1 : pretab2);
in III_dequantize_sample()
local
1009
v = get_gain(gr_infos->pow2gain, ((*scf++) + (*
pretab
++)) << shift, &isbug);
in III_dequantize_sample()
1097
v = get_gain(gr_infos->pow2gain, ((*scf++) + (*
pretab
++)) << shift, &isbug);
in III_dequantize_sample()
Completed in 14 milliseconds