Searched defs:acc1 (Results 1 - 4 of 4) sorted by relevance

/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wtengine.c361 EAS_I32 acc1; local
383 acc1 = z1 * b1;
384 acc1 += z2 * b2;
385 acc0 = acc1 + k * acc0;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wtengine.c361 EAS_I32 acc1; local
383 acc1 = z1 * b1;
384 acc1 += z2 * b2;
385 acc0 = acc1 + k * acc0;
/external/libvorbis/lib/
H A Dsharedbook.c173 long acc1=1; local
177 acc1*=vals+1;
179 if(acc<=b->entries && acc1>b->entries){
/external/tremolo/Tremolo/
H A Dcodebook.c357 long acc1=1; local
361 acc1*=vals+1;
363 if(acc<=b->entries && acc1>b->entries){

Completed in 2850 milliseconds