Home
last modified time | relevance | path

Searched refs:err_count (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc104 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 …]
Dvp9_block_error_test.cc83 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()
Dlpf_test.cc164 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/
Dvalidators.py1355 for err_string, err_count in errors.items():
1356 if err_count > 0:
1357 self.log_details('%s: %d' % (err_string, err_count))
Dmtb.py386 for err_string, err_count in slot_errors.items():
387 errors[err_string] += err_count
/external/e2fsprogs/misc/
Dmke2fs.c597 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()