Searched refs:err_count (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_block_error_test.cc | 84 int err_count = 0; in TEST_P() local 103 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P() 104 if (err_count && !err_count_total) { in TEST_P() 107 err_count_total += err_count; in TEST_P() 128 int err_count = 0; in TEST_P() local 161 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P() 162 if (err_count && !err_count_total) { in TEST_P() 165 err_count_total += err_count; in TEST_P()
|
D | lpf_test.cc | 177 int err_count = 0; in TEST_P() local 202 err_count += ref_s[j] != s[j]; in TEST_P() 204 if (err_count && !err_count_total) { in TEST_P() 207 err_count_total += err_count; in TEST_P() 236 int err_count = 0; in TEST_P() local 265 err_count += ref_s[j] != s[j]; in TEST_P() 267 if (err_count && !err_count_total) { in TEST_P() 270 err_count_total += err_count; in TEST_P() 286 int err_count = 0; in TEST_P() local 328 err_count += ref_s[j] != s[j]; in TEST_P() [all …]
|
/external/libaom/libaom/test/ |
D | error_block_test.cc | 71 int err_count = 0; in TEST_P() local 90 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P() 91 if (err_count && !err_count_total) { in TEST_P() 94 err_count_total += err_count; in TEST_P() 115 int err_count = 0; in TEST_P() local 148 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P() 149 if (err_count && !err_count_total) { in TEST_P() 152 err_count_total += err_count; in TEST_P()
|
D | masked_variance_test.cc | 70 int err_count = 0; in TEST_P() local 101 err_count++; in TEST_P() 109 EXPECT_EQ(0, err_count) in TEST_P() 126 int err_count = 0; in TEST_P() local 154 err_count++; in TEST_P() 166 EXPECT_EQ(0, err_count) << "Error: Masked Variance Test ExtremeValues," in TEST_P() 207 int err_count = 0; in TEST_P() local 235 err_count++; in TEST_P() 247 EXPECT_EQ(0, err_count) in TEST_P() 268 int err_count = 0; in TEST_P() local [all …]
|
D | lpf_test.cc | 178 int err_count = 0; \ 197 err_count += ref_s[j] != s[j]; \ 199 if (err_count && !err_count_total) { \ 202 err_count_total += err_count; \ 220 int err_count = 0; \ 243 err_count += ref_s[j] != s[j]; \ 245 if (err_count && !err_count_total) { \ 248 err_count_total += err_count; \ 294 int err_count = 0; \ 328 err_count += ref_s[j] != s[j]; \ [all …]
|
D | av1_quantize_test.cc | 75 int err_count = 0; in RunQuantizeTest() local 106 err_count += (ref_qcoeff_ptr[j] != qcoeff_ptr[j]) | in RunQuantizeTest() 115 err_count += (ref_eob != eob); in RunQuantizeTest() 116 if (err_count && !err_count_total) { in RunQuantizeTest() 119 err_count_total += err_count; in RunQuantizeTest()
|
D | masked_sad_test.cc | 60 int err_count = 0; in runMaskedSADTest() local 105 err_count++; in runMaskedSADTest() 110 EXPECT_EQ(0, err_count) << "Error: Masked SAD Test, output doesn't match. " in runMaskedSADTest() 152 int err_count = 0; in runHighbdMaskedSADTest() local 196 err_count++; in runHighbdMaskedSADTest() 201 EXPECT_EQ(0, err_count) in runHighbdMaskedSADTest()
|
/external/u-boot/drivers/usb/host/ |
D | xhci.c | 513 unsigned int err_count = 0; in xhci_set_configuration() local 593 err_count = 3; in xhci_set_configuration() 596 ERROR_COUNT(err_count)); in xhci_set_configuration()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | validators.py | 1355 for err_string, err_count in errors.items(): 1356 if err_count > 0: 1357 self.log_details('%s: %d' % (err_string, err_count))
|
D | mtb.py | 386 for err_string, err_count in slot_errors.items(): 387 errors[err_string] += err_count
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 606 int c, count, err_count; in create_journal_dev() local 629 retval = ext2fs_zero_blocks2(fs, blk, c, &err_blk, &err_count); in create_journal_dev() 634 err_blk, err_count); in create_journal_dev()
|