Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Ddefine.h64 constexpr double DECODE_SCALE = 0.75; variable
Dbase.cpp1392 return static_cast<int>(len * DECODE_SCALE - padding); in CalcDecodeLength()