Home | History | Annotate | Download | only in src

Lines Matching defs:bit

20 individually for the purpose of encoding or decoding bit streams in products that are compliant with
222 hHeaderData->bs_data.startFreq = 7; /* having read these frequency values from bit stream before. */
279 /* Copy SBR bit stream header to temporary header */
375 Extended data may contain several elements, each identified by a 2-bit-ID.
382 HANDLE_FDK_BITSTREAM hBs /*!< Handle to the bit buffer */
563 int i, bit;
573 bit = FDKreadBits (hBs, 1);
575 if (bit) {
952 /* 3bit transient position (temp={0;..;7}) */
958 /* 4bit transient position (temp={0;..;15}) */
1002 frameClass = FDKreadBits (hBs, 1); /* frameClass = [1 bit] */