Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_hvcc_box.cpp42 static const uint8_t MAX_COEF_NUM = 64; variable
353 int coefNum = MAX_COEF_NUM < minCoefNum ? MAX_COEF_NUM : minCoefNum; in ReadGolombCodesForSizeId()