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:encoding_error
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegpicture.c
411
memcpy(dst->
encoding_error
, src->
encoding_error
,
in ff_mpeg_ref_picture()
412
sizeof(dst->
encoding_error
));
in ff_mpeg_ref_picture()
H
A
D
mpegpicture.h
92
uint64_t
encoding_error
[MPEGVIDEO_MAX_PLANES];
member
H
A
D
mpegvideo_enc.c
1778
s->current_picture_ptr->
encoding_error
[i] = s->current_picture.
encoding_error
[i];
in ff_mpv_encode_picture()
1779
avctx->error[i] += s->current_picture_ptr->
encoding_error
[i];
in ff_mpv_encode_picture()
1782
s->current_picture_ptr->
encoding_error
,
in ff_mpv_encode_picture()
2788
s->current_picture.
encoding_error
[i] = 0;
in encode_thread()
3366
s->current_picture.
encoding_error
[0] += sse(
in encode_thread()
3369
s->current_picture.
encoding_error
[1] += sse(
in encode_thread()
3372
s->current_picture.
encoding_error
[2] += sse(
in encode_thread()
3412
MERGE(current_picture.
encoding_error
[0]);
in merge_context_after_encode()
3413
MERGE(current_picture.
encoding_error
[
in merge_context_after_encode()
[all...]
H
A
D
snow.h
193
uint64_t
encoding_error
[SNOW_MAX_PLANES];
member
H
A
D
snowenc.c
1843
s->
encoding_error
[plane_index] = error;
in encode_frame()
1872
s->
encoding_error
,
in encode_frame()
Completed in 11 milliseconds