HomeSort by relevance Sort by last modified time
    Searched defs:acc1 (Results 1 - 4 of 4) sorted by null

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 361 EAS_I32 acc1; local
383 acc1 = z1 * b1;
384 acc1 += z2 * b2;
385 acc0 = acc1 + k * acc0;
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 361 EAS_I32 acc1; local
383 acc1 = z1 * b1;
384 acc1 += z2 * b2;
385 acc0 = acc1 + k * acc0;
  /external/tremolo/Tremolo/
codebook.c 352 long acc1=1; local
356 acc1*=vals+1;
358 if(acc<=b->entries && acc1>b->entries){
  /external/libvorbis/lib/
sharedbook.c 173 long acc1=1; local
177 acc1*=vals+1;
179 if(acc<=b->entries && acc1>b->entries){

Completed in 245 milliseconds