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_DC_ERROR
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
error_resilience.h
32
#define
ER_DC_ERROR
4
macro
38
#define ER_MB_ERROR (ER_AC_ERROR|
ER_DC_ERROR
|ER_MV_ERROR)
H
A
D
error_resilience.c
156
if(intra_j==0 || !(error_j&
ER_DC_ERROR
)){
in guess_dc()
169
if(intra_j==0 || !(error_j&
ER_DC_ERROR
)){
in guess_dc()
184
if(intra_j==0 || !(error_j&
ER_DC_ERROR
)){
in guess_dc()
197
if(intra_j==0 || !(error_j&
ER_DC_ERROR
)){
in guess_dc()
215
if (!(error &
ER_DC_ERROR
))
in guess_dc()
732
if (!((error &
ER_DC_ERROR
) && (error & ER_MV_ERROR)))
in is_intra_more_likely()
749
if ((error &
ER_DC_ERROR
) && (error & ER_MV_ERROR))
in is_intra_more_likely()
848
if (status & (
ER_DC_ERROR
| ER_DC_END)) {
in ff_er_add_slice()
849
mask &= ~(
ER_DC_ERROR
| ER_DC_END);
in ff_er_add_slice()
1107
if (error &
ER_DC_ERROR
)
in ff_er_frame_end()
[all...]
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()
H
A
D
mpeg4videodec.c
1051
const int part_a_error = s->pict_type == AV_PICTURE_TYPE_I ? (
ER_DC_ERROR
| ER_MV_ERROR) : ER_MV_ERROR;
in ff_mpeg4_decode_partitions()
1096
s->mb_x, s->mb_y,
ER_DC_ERROR
);
in ff_mpeg4_decode_partitions()
Completed in 12 milliseconds