Home | History | Annotate | Download | only in celt

Lines Matching defs:bins

1210       int bins;
1211 bins = eBands[nbEBands-2]<<LM;
1212 /*floor_depth = SHR32(MULT16_16((C*bins<<BITRES),celt_log2(SHL32(MAX16(1,sample_max),13))), DB_SHIFT);*/
1213 floor_depth = (opus_int32)SHR32(MULT16_16((C*bins<<BITRES),maxDepth), DB_SHIFT);