Lines Matching refs:bit_depth_
349 if (bit_depth_ == VPX_BITS_8) { in RunAccuracyCheck()
364 if (bit_depth_ == VPX_BITS_8) { in RunAccuracyCheck()
377 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunAccuracyCheck()
388 EXPECT_GE(1u << 2 * (bit_depth_ - 8), max_error) in RunAccuracyCheck()
391 EXPECT_GE(count_test_block << 2 * (bit_depth_ - 8), total_error) in RunAccuracyCheck()
443 EXPECT_GE(4 * DCT_MAX_VALUE << (bit_depth_ - 8), abs(output_block[j])) in RunMemCheck()
488 if (bit_depth_ == VPX_BITS_8) { in RunQuantCheck()
499 if (bit_depth_ == VPX_BITS_8) { in RunQuantCheck()
528 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck()
545 if (bit_depth_ == VPX_BITS_8) { in RunInvAccuracyCheck()
557 bit_depth_ == VPX_BITS_8 ? dst[j] - src[j] : dst16[j] - src16[j]; in RunInvAccuracyCheck()
590 if (bit_depth_ == VPX_BITS_8) { in CompareInvReference()
600 if (bit_depth_ == VPX_BITS_8) { in CompareInvReference()
614 bit_depth_ == VPX_BITS_8 ? dst[j] - ref[j] : dst16[j] - ref16[j]; in CompareInvReference()
628 vpx_bit_depth_t bit_depth_; member in __anonf392f1dc0111::Trans16x16TestBase
644 bit_depth_ = GET_PARAM(3); in SetUp()
648 mask_ = (1 << bit_depth_) - 1; in SetUp()
650 switch (bit_depth_) { in SetUp()
711 bit_depth_ = GET_PARAM(3); in SetUp()
715 mask_ = (1 << bit_depth_) - 1; in SetUp()
717 switch (bit_depth_) { in SetUp()
774 bit_depth_ = GET_PARAM(3); in SetUp()
776 mask_ = (1 << bit_depth_) - 1; in SetUp()