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:IS_DIRECT
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegutils.c
223
else if (
IS_DIRECT
(mb_type) && IS_SKIP(mb_type))
in ff_print_debug_info2()
225
else if (
IS_DIRECT
(mb_type))
in ff_print_debug_info2()
H
A
D
h264_direct.c
366
if (is_b8x8 && !
IS_DIRECT
(sl->sub_mb_type[i8]))
in pred_spatial_direct_motion()
430
if (is_b8x8 && !
IS_DIRECT
(sl->sub_mb_type[i8]))
in pred_spatial_direct_motion()
604
if (is_b8x8 && !
IS_DIRECT
(sl->sub_mb_type[i8]))
in pred_temp_direct_motion()
672
if (is_b8x8 && !
IS_DIRECT
(sl->sub_mb_type[i8]))
in pred_temp_direct_motion()
H
A
D
mpegutils.h
77
#define
IS_DIRECT
(a) ((a) & MB_TYPE_DIRECT2)
macro
H
A
D
h264_mvpred.h
605
if (IS_INTER(mb_type) || (
IS_DIRECT
(mb_type) && sl->direct_spatial_mv_pred)) {
in fill_decode_caches()
615
av_assert2(!(
IS_DIRECT
(mb_type) && !sl->direct_spatial_mv_pred));
in fill_decode_caches()
727
if (
IS_DIRECT
(top_type)) {
in fill_decode_caches()
739
if (
IS_DIRECT
(left_type[LTOP]))
in fill_decode_caches()
746
if (
IS_DIRECT
(left_type[LBOT]))
in fill_decode_caches()
H
A
D
h264_cabac.c
1972
if (!
IS_DIRECT
(sl->left_type[LTOP] - 1))
in ff_h264_decode_mb_cabac()
1974
if (!
IS_DIRECT
(sl->top_type - 1))
in ff_h264_decode_mb_cabac()
2122
if (
IS_DIRECT
(sl->sub_mb_type[0] | sl->sub_mb_type[1] |
in ff_h264_decode_mb_cabac()
2142
if(
IS_DIRECT
(sl->sub_mb_type[i])) continue;
in ff_h264_decode_mb_cabac()
2167
if(
IS_DIRECT
(sl->sub_mb_type[i])){
in ff_h264_decode_mb_cabac()
2172
if(IS_DIR(sl->sub_mb_type[i], 0, list) && !
IS_DIRECT
(sl->sub_mb_type[i])){
in ff_h264_decode_mb_cabac()
2220
} else if(
IS_DIRECT
(mb_type) ) {
in ff_h264_decode_mb_cabac()
H
A
D
h264_cavlc.c
854
if(
IS_DIRECT
(sl->sub_mb_type[0]|sl->sub_mb_type[1]|sl->sub_mb_type[2]|sl->sub_mb_type[3])) {
in ff_h264_decode_mb_cavlc()
877
if(
IS_DIRECT
(sl->sub_mb_type[i])) continue;
in ff_h264_decode_mb_cavlc()
904
if(
IS_DIRECT
(sl->sub_mb_type[i])) {
in ff_h264_decode_mb_cavlc()
945
}else if(
IS_DIRECT
(mb_type)){
in ff_h264_decode_mb_cavlc()
H
A
D
mpeg4videodec.c
1676
if ((!
IS_DIRECT
(mb_type)) && cbp) {
in mpeg4_decode_mb()
1685
if (!
IS_DIRECT
(mb_type) && get_bits1(&s->gb)) {
in mpeg4_decode_mb()
1729
} else if (!
IS_DIRECT
(mb_type)) {
in mpeg4_decode_mb()
1758
if (
IS_DIRECT
(mb_type)) {
in mpeg4_decode_mb()
H
A
D
ituh263dec.c
945
if(
IS_DIRECT
(mb_type)){
in ff_h263_decode_mb()
H
A
D
h264_slice.c
2341
if (IS_INTER(mb_type) ||
IS_DIRECT
(mb_type)) {
in fill_filter_caches_inter()
Completed in 24 milliseconds