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:st_lrm
(Results
1 - 2
of
2
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
presets.c
72
FLOAT
st_lrm
; /*short threshold */
member
91
/*vbr_q qcomp_l qcomp_s expY
st_lrm
st_s mask adj_l adj_s ath_lower ath_curve ath_sens interChR safejoint sfb21mod msfix */
106
/*vbr_q qcomp_l qcomp_s expY
st_lrm
st_s mask adj_l adj_s ath_lower ath_curve ath_sens --- safejoint sfb21mod msfix */
155
LERP(
st_lrm
);
in apply_vbr_preset()
175
SET_OPTION(short_threshold_lrm, set->
st_lrm
, -1);
in apply_vbr_preset()
224
FLOAT
st_lrm
; /*short threshold */
in apply_abr_preset()
member
241
/* kbps quant q_s safejoint nsmsfix
st_lrm
st_s scale msk ath_lwr ath_curve interch , sfscale */
in apply_abr_preset()
289
SET_OPTION(short_threshold_lrm, abr_switch_map[r].
st_lrm
, -1);
in apply_abr_preset()
/third_party/ffmpeg/libavcodec/
H
A
D
aacpsy.c
174
float
st_lrm
; ///< short threshold for L, R, and M channels
member
182
/* kbps/ch
st_lrm
*/
202
/* vbr_q
st_lrm
*/
255
return psy_abr_map[lower_range].
st_lrm
;
in lame_calc_attack_threshold()
256
return psy_abr_map[upper_range].
st_lrm
;
in lame_calc_attack_threshold()
270
pch->attack_threshold = psy_vbr_map[av_clip(avctx->global_quality / FF_QP2LAMBDA, 0, 10)].
st_lrm
;
in lame_window_init()
Completed in 4 milliseconds