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:MIN_DELAY
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
evrcdec.c
40
#define
MIN_DELAY
20
macro
603
for (i = FFMIN(
MIN_DELAY
, idx - 3); i <= FFMAX(MAX_DELAY, idx + 3); i++) {
in postfilter()
681
idelay[0] = idelay[1] = idelay[2] =
MIN_DELAY
;
in frame_erasure()
794
if (e->frame.pitch_delay > MAX_DELAY -
MIN_DELAY
)
in evrc_decode_frame()
797
e->pitch_delay = e->frame.pitch_delay +
MIN_DELAY
;
in evrc_decode_frame()
802
if (p <
MIN_DELAY
|| p > MAX_DELAY)
in evrc_decode_frame()
834
idelay[0] = idelay[1] = idelay[2] =
MIN_DELAY
;
in evrc_decode_frame()
Completed in 2 milliseconds