Lines Matching defs:shift
130 int32_t shift = bytesShifted * 8 ;
131 uint32_t mask = (1ul << shift) - 1 ;
151 l >>= shift ;
152 r >>= shift ;
185 l >>= shift ;
186 r >>= shift ;
207 // - therefore, these routines deal with the specified "unused lower" bytes in the "shift" buffers
213 int32_t shift = bytesShifted * 8 ;
214 uint32_t mask = (1ul << shift) - 1 ;
225 /* matrixed stereo with shift */
236 l >>= shift ;
237 r >>= shift ;
247 /* de-interleaving w/o shift */
257 /* de-interleaving with shift */
267 l >>= shift ;
268 r >>= shift ;