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:psymax
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
vbrquantize.c
406
int const
psymax
= that->cod_info->
psymax
;
in block_sf()
local
435
if (sfb <
psymax
&& w > 2) { /* mpeg2.5 at 8 kHz doesn't use all scalefactors, unused have width 2 */
in block_sf()
601
unsigned int const
psymax
= (unsigned int) cod_info->
psymax
;
in set_subblock_gain()
local
607
if (psydiv >
psymax
) {
in set_subblock_gain()
608
psydiv =
psymax
;
in set_subblock_gain()
737
for (sfb = 0; sfb < cod_info->
psymax
; ++sfb) {
in checkScalefactor()
780
int const
psymax
= cod_info->
psymax
;
in short_block_constrain()
local
859
int const
psymax
= cod_info->
psymax
;
long_block_constrain()
local
[all...]
H
A
D
l3side.h
73
int
psymax
;
member
H
A
D
quantize.c
136
for (i = 0; i < cod_info->
psymax
; i++)
in init_xrpow()
262
cod_info->
psymax
= cod_info->psy_lmax;
in init_outer_loop()
285
cod_info->
psymax
in init_outer_loop()
291
cod_info->
psymax
in init_outer_loop()
523
} while (++sfb < gi->
psymax
);
in trancate_smallspectrums()
579
for (sfb = 0; sfb < gi->
psymax
; sfb++)
in get_klemm_noise()
H
A
D
quantize_pvt.c
688
for (sfb = cod_info->sfb_smin; gsfb < cod_info->
psymax
; sfb++, gsfb += 3) {
in calc_xmin()
831
for (sfb = 0; sfb < cod_info->
psymax
; sfb++) {
in calc_noise()
Completed in 12 milliseconds