Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/i4l/
Disdn_v110.c194 int mbit = 64; in DecodeMatrix() local
219 introducer = (m[line] & mbit) ? 0 : 1; /* current bit of the matrix */ in DecodeMatrix()
221 if (mbit > 2) { /* was it the last bit in this line ? */ in DecodeMatrix()
222 mbit >>= 1; /* no -> take next */ in DecodeMatrix()
225 mbit = 64; in DecodeMatrix()
229 if (m[line] & mbit) /* was that bit set in the matrix ? */ in DecodeMatrix()
329 int mbit = 128; in EncodeMatrix() local
338 mbit = 128; /* go on with the 7th bit */ in EncodeMatrix()
342 mbit = 128; /* go on with the 7th bit */ in EncodeMatrix()
350 switch (mbit) { /* leftmost or rightmost bit ? */ in EncodeMatrix()
[all …]