Lines Matching refs:bits
101 int mBits /*!< number of bits in crc region */
124 int bits = 0;
127 /* Static and variable header bits */
128 bits = 56;
130 /* Add header/ single raw data block CRC bits */
131 bits += 16;
133 /* Add bits of raw data block position markers */
134 bits += (hAdts->num_raw_blocks)*16;
139 /* Add raw data block CRC bits. Not really part of the header, put they cause bit overhead to be accounted. */
140 bits += 16;
143 hAdts->headerBits = bits;
145 return bits;
307 /* Correct *pBits to reflect the amount of bits of the current subframe */
310 /* Fixup CRC bits, since they come after each raw data block */