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:PITCH_DELAY_MAX
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
acelp_pitch_delay.c
122
PITCH_DELAY_MAX
- 9);
in ff_decode_pitch_lag()
141
PITCH_DELAY_MAX
- 19);
in ff_decode_pitch_lag()
144
PITCH_DELAY_MAX
- 9);
in ff_decode_pitch_lag()
H
A
D
g729dec.c
106
int16_t exc_base[2*SUBFRAME_SIZE+
PITCH_DELAY_MAX
+INTERPOL_LEN];
384
ctx->exc = &ctx->exc_base[
PITCH_DELAY_MAX
+INTERPOL_LEN];
in decoder_init()
521
PITCH_DELAY_MIN,
PITCH_DELAY_MAX
- 9);
in decode_frame()
532
if (pitch_delay_int[i] >
PITCH_DELAY_MAX
) {
in decode_frame()
534
pitch_delay_int[i] =
PITCH_DELAY_MAX
;
in decode_frame()
654
for (j = 0; j < 2 * SUBFRAME_SIZE +
PITCH_DELAY_MAX
+ INTERPOL_LEN; j++)
in decode_frame()
720
ctx->pitch_delay_int_prev = FFMIN(ctx->pitch_delay_int_prev + 1,
PITCH_DELAY_MAX
);
in decode_frame()
737
memmove(ctx->exc_base, ctx->exc_base + 2 * SUBFRAME_SIZE, (
PITCH_DELAY_MAX
+INTERPOL_LEN)*sizeof(int16_t));
in decode_frame()
H
A
D
sipr.h
81
float postfilter_mem[
PITCH_DELAY_MAX
+ LP_FILTER_ORDER];
86
float postfilter_mem5k0[
PITCH_DELAY_MAX
+ LP_FILTER_ORDER];
H
A
D
g729postfilter.h
77
#define RES_PREV_DATA_SIZE (
PITCH_DELAY_MAX
+ LONG_INT_FILT_LEN + 1)
H
A
D
acelp_pitch_delay.h
31
#define
PITCH_DELAY_MAX
143
macro
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
186
p->excitation = &p->excitation_buf[
PITCH_DELAY_MAX
+ LP_FILTER_ORDER + 1];
in amrnb_decode_init()
397
PITCH_DELAY_MAX
- 9);
in decode_pitch_lag_1_6()
862
(
PITCH_DELAY_MAX
+ LP_FILTER_ORDER + 1) * sizeof(float));
in update_state()
H
A
D
sipr.c
388
excitation = ctx->excitation +
PITCH_DELAY_MAX
+ L_INTERPOL;
in decode_frame()
470
memmove(ctx->excitation, excitation -
PITCH_DELAY_MAX
- L_INTERPOL,
in decode_frame()
471
(
PITCH_DELAY_MAX
+ L_INTERPOL) * sizeof(float));
in decode_frame()
Completed in 6 milliseconds