Home
last modified time | relevance | path

Searched refs:psnr_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.h81 int32_t psnr_; variable
H A Dimage_compressor.cpp62 psnr_ = SystemProperties::GetAstcPsnr(); in Init()
140 …= 0 || psnr == 0 || maxErr > static_cast<uint32_t>(maxErr_)|| static_cast<int32_t>(psnr) < psnr_) { in CheckImageQuality()