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:rnd1
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vc1dsp.c
92
int
rnd1
= 4, rnd2 = 3;
in vc1_v_s_overlap_c()
local
101
top[48] = ((a * 8) - d1 +
rnd1
) >> 3;
in vc1_v_s_overlap_c()
103
bottom[0] = ((c * 8) + d2 +
rnd1
) >> 3;
in vc1_v_s_overlap_c()
109
rnd1
= 7 -
rnd1
;
in vc1_v_s_overlap_c()
118
int
rnd1
= flags & 2 ? 3 : 4;
in vc1_h_s_overlap_c()
local
119
int rnd2 = 7 -
rnd1
;
in vc1_h_s_overlap_c()
128
left[6] = ((a * 8) - d1 +
rnd1
) >> 3;
in vc1_h_s_overlap_c()
130
right[0] = ((c * 8) + d2 +
rnd1
) >> 3;
in vc1_h_s_overlap_c()
137
rnd1
in vc1_h_s_overlap_c()
[all...]
/third_party/ffmpeg/libavcodec/mips/
H
A
D
vc1dsp_mmi.c
1406
int
rnd1
= flags & 2 ? 3 : 4;
in ff_vc1_h_s_overlap_mmi()
local
1407
int rnd2 = 7 -
rnd1
;
in ff_vc1_h_s_overlap_mmi()
1416
left[6] = ((a << 3) - d1 +
rnd1
) >> 3;
in ff_vc1_h_s_overlap_mmi()
1418
right[0] = ((c << 3) + d2 +
rnd1
) >> 3;
in ff_vc1_h_s_overlap_mmi()
1425
rnd1
= 7 -
rnd1
;
in ff_vc1_h_s_overlap_mmi()
1459
int
rnd1
= 4, rnd2 = 3;
in ff_vc1_v_s_overlap_mmi()
local
1468
top[48] = ((a << 3) - d1 +
rnd1
) >> 3;
in ff_vc1_v_s_overlap_mmi()
1470
bottom[0] = ((c << 3) + d2 +
rnd1
) >> 3;
in ff_vc1_v_s_overlap_mmi()
1476
rnd1
in ff_vc1_v_s_overlap_mmi()
[all...]
Completed in 4 milliseconds