Lines Matching refs:bit_depth_

155         test_input_block[j] = ((rnd.Rand16() >> (16 - bit_depth_)) & mask_) -  in RunSignBiasCheck()
156 ((rnd.Rand16() >> (16 - bit_depth_)) & mask_); in RunSignBiasCheck()
173 EXPECT_LT(diff, max_diff << (bit_depth_ - 8)) in RunSignBiasCheck()
204 EXPECT_LT(diff, max_diff << (bit_depth_ - 8)) in RunSignBiasCheck()
230 if (bit_depth_ == VPX_BITS_8) { in RunRoundTripErrorCheck()
256 if (bit_depth_ == VPX_BITS_8) { in RunRoundTripErrorCheck()
268 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunRoundTripErrorCheck()
278 EXPECT_GE(1 << 2 * (bit_depth_ - 8), max_error) in RunRoundTripErrorCheck()
282 EXPECT_GE((count_test_block << 2 * (bit_depth_ - 8)) / 5, total_error) in RunRoundTripErrorCheck()
306 if (bit_depth_ == VPX_BITS_8) { in RunExtremalCheck()
339 if (bit_depth_ == VPX_BITS_8) { in RunExtremalCheck()
351 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunExtremalCheck()
363 EXPECT_GE(1 << 2 * (bit_depth_ - 8), max_error) in RunExtremalCheck()
367 EXPECT_GE((count_test_block << 2 * (bit_depth_ - 8)) / 5, total_error) in RunExtremalCheck()
394 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck()
412 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck()
424 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunInvAccuracyCheck()
429 EXPECT_GE(1u << 2 * (bit_depth_ - 8), error) in RunInvAccuracyCheck()
459 EXPECT_GE(9u << 2 * (bit_depth_ - 8), error) in RunFwdAccuracyCheck()
486 if (bit_depth_ == VPX_BITS_8) { in CompareInvReference()
496 if (bit_depth_ == VPX_BITS_8) { in CompareInvReference()
510 bit_depth_ == VPX_BITS_8 ? dst[j] - ref[j] : dst16[j] - ref16[j]; in CompareInvReference()
523 vpx_bit_depth_t bit_depth_; member in __anondedd6dad0111::FwdTrans8x8TestBase
538 bit_depth_ = GET_PARAM(3); in SetUp()
539 mask_ = (1 << bit_depth_) - 1; in SetUp()
577 bit_depth_ = GET_PARAM(3); in SetUp()
578 mask_ = (1 << bit_depth_) - 1; in SetUp()
611 bit_depth_ = GET_PARAM(3); in SetUp()
612 mask_ = (1 << bit_depth_) - 1; in SetUp()