Searched refs:UINT8_SHIFT (Results 1 – 1 of 1) sorted by relevance
27 static const int32_t UINT8_SHIFT = 0x80; variable155 temp = *ptr - UINT8_SHIFT; in ProcessOneFrame()158 *ptr = static_cast<uint8_t>(temp + UINT8_SHIFT); in ProcessOneFrame()280 …volMaps.volStart[channelIdx] += (*raw8 >= UINT8_SHIFT ? *raw8 - UINT8_SHIFT : UINT8_SHIFT - *raw8); in CountU8Volume()