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:map_generation
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
motion_est_template.c
97
unsigned
map_generation
= c->
map_generation
;
in hpel_motion_search()
local
98
key = (my - 1) * (1 << ME_MAP_MV_BITS) + (mx) +
map_generation
;
in hpel_motion_search()
100
key = (my + 1) * (1 << ME_MAP_MV_BITS) + (mx) +
map_generation
;
in hpel_motion_search()
102
key = (my) * (1 << ME_MAP_MV_BITS) + (mx + 1) +
map_generation
;
in hpel_motion_search()
104
key = (my) * (1 << ME_MAP_MV_BITS) + (mx - 1) +
map_generation
;
in hpel_motion_search()
216
const unsigned
map_generation
= c->
map_generation
;
in qpel_motion_search()
local
303
(my - 1) * (1 << ME_MAP_MV_BITS) + (mx - 1) +
map_generation
) {
in qpel_motion_search()
363
const unsigned key = ((unsigned)(y)<<ME_MAP_MV_BITS) + (x) +
map_generation
;\
425
unsigned
map_generation
= c->
map_generation
;
small_diamond_search()
local
466
unsigned
map_generation
= c->
map_generation
;
funny_diamond_search()
local
507
unsigned
map_generation
= c->
map_generation
;
hex_search()
local
541
unsigned
map_generation
= c->
map_generation
;
l2s_dia_search()
local
579
unsigned
map_generation
= c->
map_generation
;
umh_search()
local
626
unsigned
map_generation
= c->
map_generation
;
full_search()
local
692
unsigned
map_generation
= c->
map_generation
;
sab_diamond_search()
local
780
unsigned
map_generation
= c->
map_generation
;
var_diamond_search()
local
872
unsigned
map_generation
;
epzs_motion_search_internal()
local
1001
unsigned
map_generation
;
epzs_motion_search2()
local
[all...]
H
A
D
motion_est.h
60
unsigned
map_generation
;
member
H
A
D
motion_est.c
56
c->
map_generation
+= 1<<(ME_MAP_MV_BITS*2);
in update_map_generation()
57
if(c->
map_generation
==0){
in update_map_generation()
58
c->
map_generation
= 1<<(ME_MAP_MV_BITS*2);
in update_map_generation()
61
return c->
map_generation
;
in update_map_generation()
H
A
D
mpegvideo.c
464
COPY(me.
map_generation
);
in backup_duplicate_context()
Completed in 9 milliseconds