Searched refs:err_count (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 104 int err_count = 0; in TEST_P() local 126 err_count += (ref_qcoeff_ptr[j] != qcoeff_ptr[j]) | in TEST_P() 129 err_count += (*ref_eob_ptr != *eob_ptr); in TEST_P() 130 if (err_count && !err_count_total) { in TEST_P() 133 err_count_total += err_count; in TEST_P() 162 int err_count = 0; in TEST_P() local 184 err_count += (ref_qcoeff_ptr[j] != qcoeff_ptr[j]) | in TEST_P() 187 err_count += (*ref_eob_ptr != *eob_ptr); in TEST_P() 188 if (err_count && !err_count_total) { in TEST_P() 191 err_count_total += err_count; in TEST_P() [all …]
|
D | vp9_block_error_test.cc | 83 int err_count = 0; in TEST_P() local 102 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P() 103 if (err_count && !err_count_total) { in TEST_P() 106 err_count_total += err_count; in TEST_P() 127 int err_count = 0; in TEST_P() local 160 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P() 161 if (err_count && !err_count_total) { in TEST_P() 164 err_count_total += err_count; in TEST_P()
|
D | lpf_test.cc | 164 int err_count = 0; in TEST_P() local 189 err_count += ref_s[j] != s[j]; in TEST_P() 191 if (err_count && !err_count_total) { in TEST_P() 194 err_count_total += err_count; in TEST_P() 223 int err_count = 0; in TEST_P() local 252 err_count += ref_s[j] != s[j]; in TEST_P() 254 if (err_count && !err_count_total) { in TEST_P() 257 err_count_total += err_count; in TEST_P() 273 int err_count = 0; in TEST_P() local 315 err_count += ref_s[j] != s[j]; in TEST_P() [all …]
|
/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 | 597 int c, count, err_count; in create_journal_dev() local 620 retval = ext2fs_zero_blocks2(fs, blk, c, &err_blk, &err_count); in create_journal_dev() 625 err_blk, err_count); in create_journal_dev()
|