Searched refs:RoundingStrategy (Results 1 – 2 of 2) sorted by relevance
518 typedef typename BitDepthParams::RoundingStrategy RoundingStrategy; in PackLhs() typedef520 if (accumulation_depth < RoundingStrategy::kRoundingModeSizeThreshold) { in PackLhs()522 RoundingStrategy::kRoundingModeForSmallSizes> in PackLhs()529 RoundingStrategy::kRoundingModeForLargeSizes> in PackLhs()549 typedef typename BitDepthParams::RoundingStrategy RoundingStrategy; in PackRhs() typedef551 if (accumulation_depth < RoundingStrategy::kRoundingModeSizeThreshold) { in PackRhs()553 RoundingStrategy::kRoundingModeForSmallSizes> in PackRhs()560 RoundingStrategy::kRoundingModeForLargeSizes> in PackRhs()
114 typedef ExactRoundingStrategyFor8Bit RoundingStrategy; typedef120 typedef DefaultRoundingStrategyForLessThan8Bit RoundingStrategy; typedef