Home | History | Annotate | Download | only in lib

Lines Matching refs:nonzero

974         /* For now: no acc adjustment for nonzero quantization.  populate *out and q as this value is final. */
982 again, no energy adjustment for error in nonzero quant-- for now
1013 int *nonzero,
1068 memcpy(nz,nonzero,sizeof(*nz)*ch);
1187 /* make sure coupling a zero and a nonzero channel results in two
1188 nonzero channels. */
1189 if(nonzero[vi->coupling_mag[i]] ||
1190 nonzero[vi->coupling_ang[i]]){
1191 nonzero[vi->coupling_mag[i]]=1;
1192 nonzero[vi->coupling_ang[i]]=1;