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:maxw
(Results
1 - 2
of
2
) sorted by relevance
/third_party/backends/tools/
H
A
D
umax_pp.c
42
int
maxw
, maxh;
in main()
local
481
maxw
= 2550;
in main()
486
maxw
= 5100;
in main()
490
width =
maxw
;
in main()
494
if ((width < 1) || (width >
maxw
))
in main()
496
fprintf (stderr, "width must be between 1 and %d\n",
maxw
);
in main()
499
if (x + width >
maxw
)
in main()
503
maxw
);
in main()
511
if (x < 0 || x >
maxw
)
in main()
513
fprintf (stderr, "x must be between 0 and %d\n",
maxw
in main()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
ffv1enc.c
859
int
maxw
= (avctx->width + s->num_h_slices - 1) / s->num_h_slices;
in encode_init()
local
863
if (
maxw
* maxh * (int64_t)(s->bits_per_raw_sample+1) * plane_count > 8<<24)
in encode_init()
Completed in 3 milliseconds