Home | History | Annotate | Download | only in celt

Lines Matching refs:celt_log2

800       logXC = celt_log2(QCONST32(1.001f, 20)-MULT16_16(sum, sum));
802 logXC2 = MAX16(HALF16(logXC), celt_log2(QCONST32(1.001f, 20)-MULT16_16(minXC, minXC)));
1212 /*floor_depth = SHR32(MULT16_16((C*bins<<BITRES),celt_log2(SHL32(MAX16(1,sample_max),13))), DB_SHIFT);*/