Searched refs:testM (Results 1 - 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
H A Dmapping0.c87 int testM=info->coupling[i].mag=(unsigned char)(oggpack_read(opb,ilog(vi->channels))); local
90 if(testM<0 ||
92 testM==testA ||
93 testM>=vi->channels ||
/external/libvorbis/lib/
H A Dmapping0.c122 int testM=info->coupling_mag[i]=oggpack_read(opb,ilog(vi->channels)); local
125 if(testM<0 ||
127 testM==testA ||
128 testM>=vi->channels ||

Completed in 75 milliseconds