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:MAX_MV
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
motion_est.h
33
#define
MAX_MV
1024
macro
35
#define
MAX_MV
4096
macro
37
#define MAX_DMV (2*
MAX_MV
)
H
A
D
ituh263enc.c
57
static uint8_t fcode_tab[
MAX_MV
*2+1];
63
static uint8_t umv_fcode_tab[
MAX_MV
*2+1];
753
fcode_tab[mv+
MAX_MV
]= f_code;
in init_mv_penalty_and_fcode()
757
for(mv=0; mv<
MAX_MV
*2+1; mv++){
in init_mv_penalty_and_fcode()
H
A
D
mpeg12enc.c
58
static uint8_t fcode_tab[
MAX_MV
* 2 + 1];
1128
fcode_tab[mv +
MAX_MV
] = f_code;
in mpeg12_encode_init_static()
H
A
D
motion_est.c
530
int max_range =
MAX_MV
>> (1 + !!(c->flags&FLAG_QPEL));
in get_limits()
1623
int fcode= FFMAX(fcode_tab[mx +
MAX_MV
],
in ff_get_best_fcode()
1624
fcode_tab[my +
MAX_MV
]);
in ff_get_best_fcode()
H
A
D
mpegvideo_enc.c
93
static uint8_t default_fcode_tab[
MAX_MV
* 2 + 1];
269
default_fcode_tab[i +
MAX_MV
] = 1;
in mpv_encode_init_static()
H
A
D
snowenc.c
263
int range =
MAX_MV
>> (1 + qpel);
in encode_q_branch()
Completed in 18 milliseconds