Lines Matching defs:shift
143 ---After this come the shift-off bytes for (>= 24)-bit data (n-byte shift) if indicated---
157 ss = 2-bit field indicating "number of shift-off bytes ignored by compression"
164 The "shift-off" field indicates the number of bytes at the bottom of the word that were passed through
257 // so enable 16-bit "shift off" and encode in 17-bit mode
343 // also extracts the shifted off bytes into the shift buffers
348 // also extracts the shifted off bytes into the shift buffers
425 // if shift active, write the interleaved shift buffers
536 // so enable 16-bit "shift off" and encode in 17-bit mode
569 // also extracts the shifted off bytes into the shift buffers
574 // also extracts the shifted off bytes into the shift buffers
604 // if shift active, write the interleaved shift buffers
755 uint32_t shift ;
780 shift = bytesShifted * 8 ;
781 mask = (1ul << shift) - 1 ;
807 p->mMixBufferU [indx] >>= shift ;
816 p->mMixBufferU [indx] = inputBuffer [indx2] >> shift ;
882 // if shift active, write the interleaved shift buffers
886 BitBufferWrite (bitstream, p->mShiftBufferUV [indx], shift) ;