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:ER_AC_ERROR
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
error_resilience.h
31
#define
ER_AC_ERROR
2
macro
38
#define ER_MB_ERROR (
ER_AC_ERROR
|ER_DC_ERROR|ER_MV_ERROR)
H
A
D
error_resilience.c
819
* @param status the status at the end (ER_MV_END,
ER_AC_ERROR
, ...), it is
844
if (status & (
ER_AC_ERROR
| ER_AC_END)) {
in ff_er_add_slice()
845
mask &= ~(
ER_AC_ERROR
| ER_AC_END);
in ff_er_add_slice()
1013
(error &
ER_AC_ERROR
))
in ff_er_frame_end()
1017
s->error_status_table[mb_xy]|=
ER_AC_ERROR
;
in ff_er_frame_end()
1109
if (error &
ER_AC_ERROR
)
in ff_er_frame_end()
1158
if (!(error &
ER_AC_ERROR
))
in ff_er_frame_end()
1195
if (!(error &
ER_AC_ERROR
))
in ff_er_frame_end()
1297
if (!(error &
ER_AC_ERROR
))
in ff_er_frame_end()
1338
(error & (ER_DC_ERROR | ER_MV_ERROR |
ER_AC_ERROR
))) {
in ff_er_frame_end()
[all...]
H
A
D
h263dec.c
202
? (ER_AC_END |
ER_AC_ERROR
) : 0x7F;
in decode_slice()
H
A
D
mpeg12dec.c
1984
ER_AC_ERROR
| ER_DC_ERROR | ER_MV_ERROR);
in slice_decode_thread()
2754
ER_AC_ERROR
| ER_DC_ERROR | ER_MV_ERROR);
in decode_chunks()
Completed in 7 milliseconds