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:col_mv
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cavsdec.c
461
h->
col_mv
[h->mbidx * 4 + 0] = h->mv[MV_FWD_X0];
in store_mvs()
462
h->
col_mv
[h->mbidx * 4 + 1] = h->mv[MV_FWD_X1];
in store_mvs()
463
h->
col_mv
[h->mbidx * 4 + 2] = h->mv[MV_FWD_X2];
in store_mvs()
464
h->
col_mv
[h->mbidx * 4 + 3] = h->mv[MV_FWD_X3];
in store_mvs()
468
cavs_vector *
col_mv
)
in mv_pred_direct()
471
unsigned den = h->direct_den[
col_mv
->ref];
in mv_pred_direct()
472
int m = FF_SIGNBIT(
col_mv
->x);
in mv_pred_direct()
479
pmv_fw->x = (((den + (den *
col_mv
->x * pmv_fw->dist ^ m) - m - 1) >> 14) ^ m) - m;
in mv_pred_direct()
480
pmv_bw->x = m - (((den + (den *
col_mv
->x * pmv_bw->dist ^ m) - m - 1) >> 14) ^ m);
in mv_pred_direct()
481
m = FF_SIGNBIT(
col_mv
in mv_pred_direct()
467
mv_pred_direct(AVSContext *h, cavs_vector *pmv_fw, cavs_vector *
col_mv
)
mv_pred_direct()
argument
[all...]
H
A
D
cavs.c
769
h->
col_mv
= av_calloc(h->mb_width * h->mb_height,
in ff_cavs_init_top_lines()
770
4 * sizeof(*h->
col_mv
));
in ff_cavs_init_top_lines()
776
!h->
col_mv
|| !h->col_type_base || !h->block) {
in ff_cavs_init_top_lines()
784
av_freep(&h->
col_mv
);
in ff_cavs_init_top_lines()
851
av_freep(&h->
col_mv
);
in ff_cavs_end()
H
A
D
cavs.h
209
cavs_vector *
col_mv
;
member
Completed in 5 milliseconds