Searched defs:lower_bits (Results 1 – 2 of 2) sorted by relevance
26 const uint32_t lower_bits = static_cast<uint32_t>(value & 0xFFFFFFFF); in Lower32Bits() local
208 def lower_sub_band_decoder(self, lower_bits) -> int: argument