Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dastc_codec.cpp219 constexpr double THRESHOLD_RGB = 30.0; variable
224 …uble threshold[RGBA_COM + 1] = {THRESHOLD_R, THRESHOLD_G, THRESHOLD_B, THRESHOLD_A, THRESHOLD_RGB}; in CheckQuality()