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:mbintra_table
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpeg_er.c
121
er->
mbintra_table
= s->
mbintra_table
;
in ff_mpeg_er_init()
H
A
D
error_resilience.h
71
uint8_t *
mbintra_table
;
member
H
A
D
mpegvideo.c
650
if (!(s->
mbintra_table
= av_mallocz(mb_array_size)) ||
in ff_mpv_init_context_frame()
654
memset(s->
mbintra_table
, 1, mb_array_size);
in ff_mpv_init_context_frame()
719
s->
mbintra_table
= NULL;
in clear_context()
861
av_freep(&s->
mbintra_table
);
in ff_mpv_free_context_frame()
1398
s->
mbintra_table
[xy]= 0;
in ff_clean_intra_table_entries()
1424
if(s->
mbintra_table
[mb_xy])
in mpv_reconstruct_mb_internal()
1433
s->
mbintra_table
[mb_xy]=1;
in mpv_reconstruct_mb_internal()
H
A
D
mpegvideo.h
181
uint8_t *
mbintra_table
; ///< used to avoid setting {ac, dc, cbp}-pred stuff to zero on inter MB decoding
member
H
A
D
error_resilience.c
1341
if (s->
mbintra_table
)
in ff_er_frame_end()
1342
s->
mbintra_table
[mb_xy] = 1;
in ff_er_frame_end()
H
A
D
mpeg4videodec.c
803
s->
mbintra_table
[xy] = 1;
in mpeg4_decode_partition_a()
853
if (s->
mbintra_table
[xy])
in mpeg4_decode_partition_a()
873
s->
mbintra_table
[xy] = 1;
in mpeg4_decode_partition_a()
883
if (s->
mbintra_table
[xy])
in mpeg4_decode_partition_a()
H
A
D
mpegvideo_enc.c
3093
s->
mbintra_table
[mb_x + mb_y*s->mb_stride]=1;
in encode_thread()
Completed in 32 milliseconds