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:amp_index
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
g723_1.h
86
int
amp_index
;
member
112
int
amp_index
;
member
H
A
D
g723_1dec.c
175
p->subframe[0].
amp_index
= get_bits(&gb, 6);
in unpack_bitstream()
209
p->subframe[i].
amp_index
= temp - p->subframe[i].ad_cb_gain *
in unpack_bitstream()
303
-ff_g723_1_fixed_cb_gain[subfrm->
amp_index
];
in gen_fcb_excitation()
306
ff_g723_1_fixed_cb_gain[subfrm->
amp_index
];
in gen_fcb_excitation()
314
int cb_gain = ff_g723_1_fixed_cb_gain[subfrm->
amp_index
];
in gen_fcb_excitation()
991
p->interp_gain = ff_g723_1_fixed_cb_gain[(p->subframe[2].
amp_index
+
in g723_1_decode_frame()
992
p->subframe[3].
amp_index
) >> 1];
in g723_1_decode_frame()
1059
p->sid_gain = sid_gain_to_lsp_index(p->subframe[0].
amp_index
);
in g723_1_decode_frame()
H
A
D
g723_1enc.c
901
param.
amp_index
= max_amp_index + j - 2;
in get_fcb_param()
902
amp = ff_g723_1_fixed_cb_gain[param.
amp_index
];
in get_fcb_param()
958
optim->
amp_index
= param.
amp_index
;
in get_fcb_param()
1000
subfrm->
amp_index
= optim->
amp_index
;
in pack_fcb_param()
1064
p->subframe[i].
amp_index
;
in pack_bitstream()
H
A
D
atrac3plus.h
86
int
amp_index
; ///< quantized amplitude index
member
H
A
D
atrac3plusdsp.c
141
? (wave_param->
amp_index
+ 1) / 15.13f
in waves_synth()
Completed in 7 milliseconds