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:lrange
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
zmbvenc.c
68
int
lrange
, urange;
member
151
for(dy = -c->
lrange
; dy <= c->urange; dy++){
in zmbv_me()
152
for(dx = -c->
lrange
; dx <= c->urange; dx++){
in zmbv_me()
364
c->
lrange
= c->urange = 8;
in encode_init()
366
c->
lrange
= FFMIN(avctx->me_range, 64);
in encode_init()
394
* - The image should be padded with `
lrange
` rows before and `urange` rows
in encode_init()
396
* - The stride should be padded with `
lrange
` pixels, then rounded up to a
in encode_init()
398
* - The first row should also be padded with `
lrange
` pixels before, then
in encode_init()
401
c->pstride = FFALIGN((avctx->width + c->
lrange
) * c->bypp, 16);
in encode_init()
402
prev_size = FFALIGN(c->
lrange
*
in encode_init()
[all...]
/third_party/curl/src/
H
A
D
tool_getparam.c
1683
char
lrange
[7]="";
in getparameter()
local
1689
rc = sscanf(p, " - %6s",
lrange
);
in getparameter()
1703
err = str2unum(&config->localportrange,
lrange
);
in getparameter()
Completed in 9 milliseconds