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:TOP_EDGE
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vc1_loopfilter.c
203
#define
TOP_EDGE
(1 << 2)
macro
249
if (!(flags &
TOP_EDGE
) || block_num & 2) {
in vc1_i_v_loop_filter()
290
flags = s->mb_y == s->start_mb_y + 1 ?
TOP_EDGE
: 0;
in ff_vc1_i_loop_filter()
305
flags = s->first_slice_line ?
TOP_EDGE
| BOTTOM_EDGE : BOTTOM_EDGE;
in ff_vc1_i_loop_filter()
496
flags = s->mb_y == s->start_mb_y + 2 ?
TOP_EDGE
: 0;
in ff_vc1_p_loop_filter()
516
flags = s->mb_y == s->start_mb_y + 2 ?
TOP_EDGE
: 0;
in ff_vc1_p_loop_filter()
539
flags = s->mb_y == s->start_mb_y + 1 ?
TOP_EDGE
: 0;
in ff_vc1_p_loop_filter()
558
flags = s->mb_y == s->start_mb_y ?
TOP_EDGE
| BOTTOM_EDGE : BOTTOM_EDGE;
in ff_vc1_p_loop_filter()
579
flags = s->mb_y == s->start_mb_y + 1 ?
TOP_EDGE
: 0;
in ff_vc1_p_loop_filter()
598
flags = s->mb_y == s->start_mb_y ?
TOP_EDGE
| BOTTOM_EDG
in ff_vc1_p_loop_filter()
[all...]
H
A
D
sanm.c
306
TOP_EDGE
,
enumerator
334
return
TOP_EDGE
;
in which_edge()
347
(edge0 == BOTTOM_EDGE && edge1 !=
TOP_EDGE
) ||
in which_direction()
348
(edge1 == BOTTOM_EDGE && edge0 !=
TOP_EDGE
))
in which_direction()
350
else if ((edge0 ==
TOP_EDGE
&& edge1 != BOTTOM_EDGE) ||
in which_direction()
351
(edge1 ==
TOP_EDGE
&& edge0 != BOTTOM_EDGE))
in which_direction()
356
else if ((edge0 ==
TOP_EDGE
&& edge1 == BOTTOM_EDGE) ||
in which_direction()
357
(edge1 ==
TOP_EDGE
&& edge0 == BOTTOM_EDGE) ||
in which_direction()
Completed in 4 milliseconds