Searched refs:INT24_SHIFT (Results 1 – 1 of 1) sorted by relevance
28 static const int32_t INT24_SHIFT = 8; variable166 …temp = static_cast<int32_t>(ReadInt24LE(ptr) << INT24_SHIFT) * static_cast<int64_t>(vol) >> VOLUME… in ProcessOneFrame()167 WriteInt24LE(ptr, (static_cast<uint32_t>(temp) >> INT24_SHIFT)); in ProcessOneFrame()