Searched refs:floor_depth (Results 1 – 1 of 1) sorted by relevance
1376 opus_int32 floor_depth; in compute_vbr() local1380 floor_depth = (opus_int32)SHR32(MULT16_16((C*bins<<BITRES),maxDepth), DB_SHIFT); in compute_vbr()1381 floor_depth = IMAX(floor_depth, target>>2); in compute_vbr()1382 target = IMIN(target, floor_depth); in compute_vbr()