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:sfbmax
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
takehiro.c
287
int
sfbmax
;
in quantize_xrpow()
local
308
sfbmax
= 38;
in quantize_xrpow()
310
sfbmax
= 21;
in quantize_xrpow()
312
for (sfb = 0; sfb <=
sfbmax
; sfb++) {
in quantize_xrpow()
352
sfb =
sfbmax
+ 1;
in quantize_xrpow()
399
if (sfb <=
sfbmax
) {
in quantize_xrpow()
786
for (sfb = 0; sfb < gi->
sfbmax
; sfb++) {
in count_bits()
1035
for (sfb = 0; sfb < gi->
sfbmax
; sfb++) {
in best_scalefac_store()
1051
for (sfb = 0; sfb < gi->
sfbmax
; sfb++)
in best_scalefac_store()
1056
for (sfb = 0; sfb < gi->
sfbmax
; sf
in best_scalefac_store()
[all...]
H
A
D
quantize.c
263
cod_info->
sfbmax
= cod_info->sfb_lmax;
in init_outer_loop()
288
cod_info->
sfbmax
= cod_info->sfb_lmax + 3 * (9 - cod_info->sfb_smin);
in init_outer_loop()
294
cod_info->
sfbmax
= cod_info->sfb_lmax + 3 * (SBPSY_s - cod_info->sfb_smin);
in init_outer_loop()
296
cod_info->sfbdivide = cod_info->
sfbmax
- 18;
in init_outer_loop()
545
for (sfb = 0; sfb < cod_info->
sfbmax
; sfb++)
in loop_break()
738
for (sfb = 0; sfb < cod_info->
sfbmax
; sfb++) {
in amp_scalefac_bands()
774
for (sfb = 0; sfb < cod_info->
sfbmax
; sfb++) {
in amp_scalefac_bands()
815
for (sfb = 0; sfb < cod_info->
sfbmax
; sfb++) {
in inc_scalefac_scale()
867
for (; sfb < cod_info->
sfbmax
; sfb += 3) {
in inc_subblock_gain()
884
for (sfb = cod_info->sfb_lmax + window; sfb < cod_info->
sfbmax
; sf
in inc_subblock_gain()
[all...]
H
A
D
l3side.h
72
int
sfbmax
;
member
H
A
D
vbrquantize.c
694
int const
sfbmax
= cod_info->
sfbmax
;
in set_scalefacs()
local
701
for (sfb = 11; sfb <
sfbmax
; ++sfb) {
in set_scalefacs()
705
for (sfb = 0; sfb <
sfbmax
; ++sfb) {
in set_scalefacs()
H
A
D
bitstream.c
709
for (; sfb < gi->
sfbmax
; sfb++) {
in writeMainData()
Completed in 8 milliseconds