Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCC.h28 C_RADEON_CC_BITS_PER_FIELD = 16, enumerator
H A DCC.cpp107 if ((bit += nbits) >= C_RADEON_CC_BITS_PER_FIELD) in DecodeBits()
113 if (bit != C_RADEON_CC_BITS_PER_FIELD) in DecodeBits()