Lines Matching defs:out
55 unpc_block (const int32_t * pc1, int32_t * out, int32_t num, int16_t * coefs, int32_t numactive, uint32_t chanbits, uint32_t denshift)
66 out [0] = pc1 [0] ;
69 // just copy if numactive == 0 (but don't bother if in/out pointers the same)
70 if ((num > 1) && (pc1 != out))
71 memcpy (&out [1], &pc1 [1], (num - 1) * sizeof (int32_t)) ;
79 /* this code is written such that the in/out buffers can be the same
84 del = pc1 [j] + out [j-1] ;
85 out [j] = (del << chanshift) >> chanshift ;
87 prev = out [0] ;
92 out [j] = prev ;
99 del = pc1 [j] + out [j-1] ;
100 out [j] = arith_shift_left (del, chanshift) >> chanshift ;
120 top = out [j - lim] ;
121 pout = out + j - 1 ;
135 out [j] = arith_shift_left (del, chanshift) >> chanshift ;
208 top = out [j - lim] ;
209 pout = out + j - 1 ;
229 out [j] = arith_shift_left (del, chanshift) >> chanshift ;
343 pout = out + j - 1 ;
344 top = out [j-lim] ;
353 out [j] = (del << chanshift) >> chanshift ;