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:AMR_SUBFRAME_SIZE
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
amrnbdec.c
117
float excitation_buf[PITCH_DELAY_MAX + LP_FILTER_ORDER + 1 +
AMR_SUBFRAME_SIZE
]; ///< current excitation and all necessary excitation history
120
float pitch_vector[
AMR_SUBFRAME_SIZE
]; ///< adaptive code book (pitch) vector
121
float fixed_vector[
AMR_SUBFRAME_SIZE
]; ///< algebraic codebook (fixed) vector (must be kept zero between frames)
140
float samples_in[LP_FILTER_ORDER +
AMR_SUBFRAME_SIZE
]; ///< floating point samples
431
10,
AMR_SUBFRAME_SIZE
);
in decode_pitch_vector()
433
memcpy(p->pitch_vector, p->excitation,
AMR_SUBFRAME_SIZE
* sizeof(float));
in decode_pitch_vector()
685
float filter1[
AMR_SUBFRAME_SIZE
], ///< filters at pitch lag*1 and *2
in apply_ir_filter()
686
filter2[
AMR_SUBFRAME_SIZE
];
in apply_ir_filter()
691
if (lag <
AMR_SUBFRAME_SIZE
) {
in apply_ir_filter()
693
AMR_SUBFRAME_SIZE
);
in apply_ir_filter()
[all...]
H
A
D
amrnbdata.h
36
#define
AMR_SUBFRAME_SIZE
40 ///< samples per subframe
macro
1626
static const float ir_filter_strong_MODE_7k95[
AMR_SUBFRAME_SIZE
] = {
1635
static const float ir_filter_strong[
AMR_SUBFRAME_SIZE
] = {
1644
static const float ir_filter_medium[
AMR_SUBFRAME_SIZE
] = {
Completed in 5 milliseconds