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_SKIP
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h263.c
118
if (!
IS_SKIP
(s->current_picture.mb_type[xy])) {
in ff_h263_loop_filter()
128
if (
IS_SKIP
(s->current_picture.mb_type[xy - s->mb_stride]))
in ff_h263_loop_filter()
151
if (qp_tt ||
IS_SKIP
(s->current_picture.mb_type[xy - 1 - s->mb_stride]))
in ff_h263_loop_filter()
173
if (qp_c ||
IS_SKIP
(s->current_picture.mb_type[xy - 1]))
in ff_h263_loop_filter()
H
A
D
mpegutils.c
223
else if (IS_DIRECT(mb_type) &&
IS_SKIP
(mb_type))
in ff_print_debug_info2()
227
else if (IS_GMC(mb_type) &&
IS_SKIP
(mb_type))
in ff_print_debug_info2()
231
else if (
IS_SKIP
(mb_type))
in ff_print_debug_info2()
H
A
D
mpegutils.h
74
#define
IS_SKIP
(a) ((a) & MB_TYPE_SKIP)
macro
H
A
D
wmv2dec.c
159
coded_mb_count += !
IS_SKIP
(mb_type[mb_y * s->mb_stride + mb_x]);
in parse_mb_skip()
459
if (
IS_SKIP
(s->current_picture.mb_type[s->mb_y * s->mb_stride + s->mb_x])) {
in ff_wmv2_decode_mb()
H
A
D
h264dec.h
723
if (
IS_SKIP
(mb_type)) {
in write_back_motion_list()
H
A
D
h264_cabac.c
1363
if( h->slice_table[mba_xy] == sl->slice_num && !
IS_SKIP
(h->cur_pic.mb_type[mba_xy] ))
in decode_cabac_mb_skip()
1365
if( h->slice_table[mbb_xy] == sl->slice_num && !
IS_SKIP
(h->cur_pic.mb_type[mbb_xy] ))
in decode_cabac_mb_skip()
H
A
D
svq3.c
921
if (!
IS_SKIP
(mb_type) || s->pict_type == AV_PICTURE_TYPE_B) {
in svq3_decode_mb()
926
(!
IS_SKIP
(mb_type) || s->pict_type == AV_PICTURE_TYPE_B)) {
in svq3_decode_mb()
H
A
D
mpeg4videodec.c
1014
} else if (
IS_SKIP
(s->current_picture.mb_type[xy])) {
in mpeg4_decode_partition_b()
1408
if (
IS_SKIP
(mb_type)) {
in mpeg4_decode_partitioned_mb()
1439
if (!
IS_SKIP
(mb_type)) {
in mpeg4_decode_partitioned_mb()
1759
if (
IS_SKIP
(mb_type)) {
in mpeg4_decode_mb()
H
A
D
h264_mvpred.h
464
if (!
IS_SKIP
(mb_type)) {
in fill_decode_caches()
H
A
D
rv34.c
889
if(IS_INTRA(next_bt) ||
IS_SKIP
(next_bt)){
in rv34_decode_mv()
Completed in 19 milliseconds