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:max_period
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_speechnorm.c
79
int
max_period
;
member
229
const int
max_period
= s->
max_period
; \
242
(pi[pi_end].size >
max_period
)) { \
249
pi[pi_end].size >
max_period
) { \
509
s->
max_period
= inlink->sample_rate / 10;
in config_input()
/third_party/ffmpeg/libavcodec/
H
A
D
metasound.c
74
float min_period,
max_period
, period_range, period;
in decode_ppc()
local
81
max_period
= min_period + log2(6);
in decode_ppc()
84
max_period
= (int)(ratio * 0.2 * 400 * 6 + 0.5) / 400.0;
in decode_ppc()
86
period_range =
max_period
- min_period;
in decode_ppc()
H
A
D
twinvqdec.c
186
int
max_period
= ROUNDED_DIV(40 * 2 * mtab->size * 6, isampf);
in decode_ppc()
local
187
int period_range =
max_period
- min_period;
in decode_ppc()
Completed in 3 milliseconds