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:over_flags_plane
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vc1_loopfilter.c
132
(v->
over_flags_plane
[mb_pos] &&
in ff_vc1_i_overlap_filter()
133
((i & 5) == 1 || v->
over_flags_plane
[mb_pos - 1])))))
in ff_vc1_i_overlap_filter()
149
(v->
over_flags_plane
[mb_pos - 1] &&
in ff_vc1_i_overlap_filter()
150
((i & 2) || v->
over_flags_plane
[mb_pos - 1 - s->mb_stride]))))))
in ff_vc1_i_overlap_filter()
155
(v->
over_flags_plane
[mb_pos] &&
in ff_vc1_i_overlap_filter()
156
((i & 2) || v->
over_flags_plane
[mb_pos - s->mb_stride]))))))
in ff_vc1_i_overlap_filter()
H
A
D
vc1.h
322
uint8_t*
over_flags_plane
; ///< Overflags bitplane
member
H
A
D
vc1dec.c
340
v->
over_flags_plane
= av_malloc (s->mb_stride * mb_height);
in ff_vc1_decode_init_alloc_tables()
342
!v->fieldtx_plane || !v->acpred_plane || !v->
over_flags_plane
)
in ff_vc1_decode_init_alloc_tables()
608
av_freep(&v->
over_flags_plane
);
in ff_vc1_decode_end()
H
A
D
vaapi_vc1.c
419
ff_bp[2] = pic_param.bitplane_present.flags.bp_overflags ? v->
over_flags_plane
: NULL;
in vaapi_vc1_start_frame()
H
A
D
vc1.c
1031
status = bitplane_decoding(v->
over_flags_plane
, &v->overflg_is_raw, v);
in ff_vc1_parse_frame_header_adv()
H
A
D
vc1_block.c
2732
v->
over_flags_plane
[mb_pos] = get_bits1(&v->s.gb);
in vc1_decode_i_blocks_adv()
Completed in 13 milliseconds