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:NOT_AVAIL
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cavs.c
59
static const cavs_vector un_mv = { 0, 0, 1,
NOT_AVAIL
};
584
if (mvC->ref ==
NOT_AVAIL
|| (nP == MV_FWD_X3) || (nP == MV_BWD_X3 ))
in ff_cavs_mv()
587
(mvA->ref ==
NOT_AVAIL
||
in ff_cavs_mv()
588
mvB->ref ==
NOT_AVAIL
||
in ff_cavs_mv()
652
h->pred_mode_Y[1] = h->pred_mode_Y[2] =
NOT_AVAIL
;
in ff_cavs_init_mb()
698
h->pred_mode_Y[3] = h->pred_mode_Y[6] =
NOT_AVAIL
;
in ff_cavs_next_mb()
732
h->pred_mode_Y[3] = h->pred_mode_Y[6] =
NOT_AVAIL
;
in ff_cavs_init_pic()
H
A
D
cavs.h
45
#define
NOT_AVAIL
-1
macro
H
A
D
cavsdec.c
674
if (predpred ==
NOT_AVAIL
) // if either is not available
in decode_mb_i()
731
h->pred_mode_Y[3] = h->pred_mode_Y[6] =
NOT_AVAIL
;
in set_intra_mode_default()
732
h->top_pred_Y[h->mbx * 2 + 0] = h->top_pred_Y[h->mbx * 2 + 1] =
NOT_AVAIL
;
in set_intra_mode_default()
Completed in 5 milliseconds