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:error_limit
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wavpack.h
101
int slow_level,
error_limit
;
member
H
A
D
wavpack.c
163
ctx->ch[i].
error_limit
= wp_exp2(sl[i] - br[i] + 0x100);
in update_error_limit()
165
ctx->ch[i].
error_limit
= 0;
in update_error_limit()
167
ctx->ch[i].
error_limit
= wp_exp2(br[i]);
in update_error_limit()
268
if (!c->
error_limit
) {
in wv_get_value()
278
while (add > c->
error_limit
) {
in wv_get_value()
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jquant2.c
947
int *
error_limit
= cquantize->error_limiter;
in pass2_fs_dither()
local
992
cur0 =
error_limit
[cur0];
in pass2_fs_dither()
993
cur1 =
error_limit
[cur1];
in pass2_fs_dither()
994
cur2 =
error_limit
[cur2];
in pass2_fs_dither()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
pngstest.c
276
compare_8bit(int v1, int v2, int
error_limit
, int multiple_algorithms)
281
if (e <=
error_limit
)
299
compare_16bit(int v1, int v2, int
error_limit
, int multiple_algorithms)
304
if (e <=
error_limit
)
Completed in 9 milliseconds