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:mse
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H
A
D
astc_codec.cpp
235
int32_t *
mse
= mseIn[i];
in CheckQuality()
local
236
if (!
mse
) {
in CheckQuality()
240
mseTotal[i] += *
mse
;
in CheckQuality()
241
if (i != A_COM) mseTotal[RGBA_COM] += *
mse
;
in CheckQuality()
242
mse
++;
in CheckQuality()
277
if (work->
mse
[i]) {
in FreeMem()
278
free(work->
mse
[i]);
in FreeMem()
279
work->
mse
[i] = nullptr;
in FreeMem()
310
work->
mse
[R_COM] = work->
mse
[G_CO
in InitMem()
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/
H
A
D
texture_type.h
65
int32_t *
mse
[RGBA_COM + 1];
member
/foundation/arkui/ace_engine/frameworks/core/image/
H
A
D
image_compressor.cpp
138
float
mse
= (float)sumErr / (width * height);
in CheckImageQuality()
local
139
float psnr = 10 * log10(255 * 255 /
mse
);
in CheckImageQuality()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H
A
D
venc_sample.cpp
864
double
mse
= 1.0;
in CheckFormatKey()
local
865
if (format->GetDoubleValue(Media::Tag::VIDEO_ENCODER_MSE,
mse
)) {
in CheckFormatKey()
866
UNITTEST_INFO_LOG("
mse
is:%lf",
mse
);
in CheckFormatKey()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H
A
D
videoenc_api11_sample.cpp
155
double
mse
= 0;
in DumpQPInfo()
local
157
OH_AVFormat_GetDoubleValue(format, OH_MD_KEY_VIDEO_ENCODER_MSE, &
mse
);
in DumpQPInfo()
Completed in 7 milliseconds