Lines Matching refs:bit_depth_

136         test_input_block[j] = ((rnd.Rand16() >> (16 - bit_depth_)) & mask_) -  in RunSignBiasCheck()
137 ((rnd.Rand16() >> (16 - bit_depth_)) & mask_); in RunSignBiasCheck()
152 EXPECT_LT(diff, max_diff << (bit_depth_ - 8)) in RunSignBiasCheck()
181 EXPECT_LT(diff, max_diff << (bit_depth_ - 8)) in RunSignBiasCheck()
207 if (bit_depth_ == AOM_BITS_8) { in RunRoundTripErrorCheck()
233 if (bit_depth_ == AOM_BITS_8) { in RunRoundTripErrorCheck()
245 bit_depth_ == AOM_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunRoundTripErrorCheck()
255 EXPECT_GE(1 << 2 * (bit_depth_ - 8), max_error) in RunRoundTripErrorCheck()
259 EXPECT_GE((count_test_block << 2 * (bit_depth_ - 8)) / 5, total_error) in RunRoundTripErrorCheck()
283 if (bit_depth_ == AOM_BITS_8) { in RunExtremalCheck()
316 if (bit_depth_ == AOM_BITS_8) { in RunExtremalCheck()
328 bit_depth_ == AOM_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunExtremalCheck()
340 EXPECT_GE(1 << 2 * (bit_depth_ - 8), max_error) in RunExtremalCheck()
344 EXPECT_GE((count_test_block << 2 * (bit_depth_ - 8)) / 5, total_error) in RunExtremalCheck()
371 if (bit_depth_ == AOM_BITS_8) { in RunInvAccuracyCheck()
388 if (bit_depth_ == AOM_BITS_8) { in RunInvAccuracyCheck()
400 bit_depth_ == AOM_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunInvAccuracyCheck()
405 EXPECT_GE(1u << 2 * (bit_depth_ - 8), error) in RunInvAccuracyCheck()
433 EXPECT_GE(9u << 2 * (bit_depth_ - 8), error) in RunFwdAccuracyCheck()
460 if (bit_depth_ == AOM_BITS_8) { in CompareInvReference()
470 if (bit_depth_ == AOM_BITS_8) { in CompareInvReference()
484 bit_depth_ == AOM_BITS_8 ? dst[j] - ref[j] : dst16[j] - ref16[j]; in CompareInvReference()
496 aom_bit_depth_t bit_depth_; member in __anon7699c3940111::FwdTrans8x8TestBase
511 bit_depth_ = GET_PARAM(3); in SetUp()
512 mask_ = (1 << bit_depth_) - 1; in SetUp()
550 bit_depth_ = GET_PARAM(3); in SetUp()
551 mask_ = (1 << bit_depth_) - 1; in SetUp()
554 switch (bit_depth_) { in SetUp()
592 bit_depth_ = GET_PARAM(3); in SetUp()
593 mask_ = (1 << bit_depth_) - 1; in SetUp()