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:forward_mb_plane
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vc1.h
286
uint8_t*
forward_mb_plane
; ///< bitplane for "forward" MBs
member
H
A
D
vc1dec.c
337
v->
forward_mb_plane
= av_malloc (s->mb_stride * mb_height);
in ff_vc1_decode_init_alloc_tables()
341
if (!v->mv_type_mb_plane || !v->direct_mb_plane || !v->
forward_mb_plane
||
in ff_vc1_decode_init_alloc_tables()
605
av_freep(&v->
forward_mb_plane
);
in ff_vc1_decode_end()
H
A
D
vaapi_vc1.c
412
ff_bp[2] = pic_param.bitplane_present.flags.bp_forward_mb ? v->
forward_mb_plane
: NULL;
in vaapi_vc1_start_frame()
H
A
D
vc1_block.c
2081
fwd = v->
forward_mb_plane
[mb_pos] = get_bits1(gb);
in vc1_decode_b_mb_intfi()
2083
fwd = v->
forward_mb_plane
[mb_pos];
in vc1_decode_b_mb_intfi()
H
A
D
vc1.c
1239
status = bitplane_decoding(v->
forward_mb_plane
, &v->fmb_is_raw, v);
in ff_vc1_parse_frame_header_adv()
Completed in 11 milliseconds