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

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

Completed in 241 milliseconds