Home
last modified time | relevance | path

Searched refs:ch_in_bundle (Results 1 – 2 of 2) sorted by relevance

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