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:mbidx
(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()
651
h->col_type_base[h->
mbidx
] = I_8X8;
in set_mv_intra()
781
h->col_type_base[h->
mbidx
] = mb_type;
in decode_mb_p()
800
if (!h->col_type_base[h->
mbidx
]) {
in decode_mb_b()
808
&h->col_mv[h->
mbidx
* 4 + block]);
in decode_mb_b()
828
if (!h->col_type_base[h->
mbidx
]) {
in decode_mb_b()
856
&h->col_mv[h->
mbidx
*
in decode_mb_b()
[all...]
H
A
D
cavs.h
188
int mbx, mby,
mbidx
; ///< macroblock coordinates
member
H
A
D
cavs.c
693
h->
mbidx
++;
in ff_cavs_next_mb()
740
h->mbx = h->mby = h->
mbidx
= 0;
in ff_cavs_init_pic()
Completed in 5 milliseconds