Searched refs:unstuff (Results 1 – 3 of 3) sorted by relevance
144 OPJ_BOOL unstuff; //!<true if the next bit needs to be unstuffed member170 OPJ_BOOL unstuff; in mel_read() local200 bits = 32 - melp->unstuff; // number of bits in val, subtract 1 if in mel_read()207 unstuff = ((val & 0xFF) == 0xFF); // true if the byte needs unstuffing in mel_read()208 bits -= unstuff; // there is one less bit in t if unstuffing is needed in mel_read()209 t = t << (8 - unstuff); // move up to make room for the next byte in mel_read()213 unstuff = (((val >> 8) & 0xFF) == 0xFF); in mel_read()214 bits -= unstuff; in mel_read()215 t = t << (8 - unstuff); in mel_read()218 unstuff = (((val >> 16) & 0xFF) == 0xFF); in mel_read()[all …]
26 - assert(melp->unstuff == OPJ_FALSE || melp->data[0] <= 0x8F);27 + if (melp->unstuff == OPJ_TRUE && melp->data[0] > 0x8F) {
1a 2A 3Aaron 4AARON 5abaissiez 6abandon 7abandoned 8abase 9Abase 10 ...