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:SUBFRAME_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
g729dec.c
106
int16_t exc_base[2*
SUBFRAME_SIZE
+PITCH_DELAY_MAX+INTERPOL_LEN];
126
int16_t residual[
SUBFRAME_SIZE
+ RES_PREV_DATA_SIZE];
129
int16_t res_filter_data[
SUBFRAME_SIZE
+10];
132
int16_t pos_filter_data[
SUBFRAME_SIZE
+10];
275
int16_t fc_new[
SUBFRAME_SIZE
];
in g729d_get_new_exc()
364
avctx->frame_size =
SUBFRAME_SIZE
<< 1;
in decoder_init()
426
int16_t fc[
SUBFRAME_SIZE
]; // fixed-codebook vector
in decode_frame()
427
int16_t synth[
SUBFRAME_SIZE
+10]; // fixed-codebook vector
in decode_frame()
431
frame->nb_samples =
SUBFRAME_SIZE
<<1;
in decode_frame()
546
memset(fc, 0, sizeof(int16_t) *
SUBFRAME_SIZE
);
in decode_frame()
[all...]
H
A
D
g729.h
27
#define
SUBFRAME_SIZE
40
macro
H
A
D
evrcdec.c
43
#define
SUBFRAME_SIZE
54
macro
86
float postfilter_residual[ACB_SIZE +
SUBFRAME_SIZE
];
91
float pitch[ACB_SIZE + FILTER_ORDER +
SUBFRAME_SIZE
];
578
scratch[
SUBFRAME_SIZE
], temp[
SUBFRAME_SIZE
],
in postfilter()
579
mem[
SUBFRAME_SIZE
];
in postfilter()
657
tmp[
SUBFRAME_SIZE
+ 6], f;
in frame_erasure()
843
float tmp[
SUBFRAME_SIZE
+ 6] = { 0 };
in evrc_decode_frame()
H
A
D
g729postfilter.c
144
int16_t sig_scaled[
SUBFRAME_SIZE
+ RES_PREV_DATA_SIZE];
in long_term_filter()
145
int16_t delayed_signal[ANALYZED_FRAC_DELAYS][
SUBFRAME_SIZE
+1];
in long_term_filter()
525
int16_t residual_filt_buf[
SUBFRAME_SIZE
+11];
in ff_g729_postfilter()
Completed in 4 milliseconds