Lines Matching refs:coefs
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)
111 ia0 = coefs [0] ;
112 ia1 = coefs [1] ;
113 ia2 = coefs [2] ;
114 ia3 = coefs [3] ;
184 coefs [0] = ia0 ;
185 coefs [1] = ia1 ;
186 coefs [2] = ia2 ;
187 coefs [3] = ia3 ;
195 a0 = coefs [0] ;
196 a1 = coefs [1] ;
197 a2 = coefs [2] ;
198 a3 = coefs [3] ;
199 a4 = coefs [4] ;
200 a5 = coefs [5] ;
201 a6 = coefs [6] ;
202 a7 = coefs [7] ;
326 coefs [0] = a0 ;
327 coefs [1] = a1 ;
328 coefs [2] = a2 ;
329 coefs [3] = a3 ;
330 coefs [4] = a4 ;
331 coefs [5] = a5 ;
332 coefs [6] = a6 ;
333 coefs [7] = a7 ;
347 sum1 += coefs [k] * (pout [-k] - top) ;
361 coefs [k] -= sgn ;
373 coefs [k] += sgn ;