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