Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1272 opus_int32 floor_depth; in compute_vbr() local
1276 floor_depth = (opus_int32)SHR32(MULT16_16((C*bins<<BITRES),maxDepth), DB_SHIFT); in compute_vbr()
1277 floor_depth = IMAX(floor_depth, target>>2); in compute_vbr()
1278 target = IMIN(target, floor_depth); in compute_vbr()