HomeSort by relevance Sort by last modified time
    Searched refs:ch_in_bundle (Results 1 - 2 of 2) sorted by null

  /external/tremolo/Tremolo/
mapping0.c 180 int ch_in_bundle=0; local
184 zerobundle[ch_in_bundle]=1;
186 zerobundle[ch_in_bundle]=0;
187 pcmbundle[ch_in_bundle++]=vd->work[j];
192 pcmbundle,zerobundle,ch_in_bundle);
  /external/libvorbis/lib/
mapping0.c 669 int ch_in_bundle=0; local
675 zerobundle[ch_in_bundle]=0;
676 if(nonzero[j])zerobundle[ch_in_bundle]=1;
677 couple_bundle[ch_in_bundle++]=iwork[j];
682 class(vb,b->residue[resnum],couple_bundle,zerobundle,ch_in_bundle);
684 ch_in_bundle=0;
687 couple_bundle[ch_in_bundle++]=iwork[j];
691 couple_bundle,zerobundle,ch_in_bundle,classifications,i);
745 int ch_in_bundle=0; local
749 zerobundle[ch_in_bundle]=1
    [all...]

Completed in 74 milliseconds