Home
last modified time | relevance | path

Searched refs:maxErr_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.h80 int32_t maxErr_; variable
H A Dimage_compressor.cpp61 maxErr_ = SystemProperties::GetAstcMaxError(); in Init()
140 …if (maxErr == 0 || psnr == 0 || maxErr > static_cast<uint32_t>(maxErr_)|| static_cast<int32_t>(psn… in CheckImageQuality()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_compressor_test.cpp131 instance->maxErr_ = 0;