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

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c1209 opus_int32 floor_depth; local
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);
1214 floor_depth = IMAX(floor_depth, target>>2);
1215 target = IMIN(target, floor_depth);
1216 /*printf("%f %d\n", maxDepth, floor_depth);*/
/external/libopus/celt/
H A Dcelt_encoder.c1209 opus_int32 floor_depth; local
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);
1214 floor_depth = IMAX(floor_depth, target>>2);
1215 target = IMIN(target, floor_depth);
1216 /*printf("%f %d\n", maxDepth, floor_depth);*/

Completed in 65 milliseconds