HomeSort by relevance Sort by last modified time
    Searched refs:err_count (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/test/
vp9_block_error_test.cc 84 int err_count = 0; local
103 err_count += (ref_ret != ret) | (ref_ssz != ssz);
104 if (err_count && !err_count_total) {
107 err_count_total += err_count;
128 int err_count = 0; local
161 err_count += (ref_ret != ret) | (ref_ssz != ssz);
162 if (err_count && !err_count_total) {
165 err_count_total += err_count;
lpf_test.cc 177 int err_count = 0; local
202 err_count += ref_s[j] != s[j];
204 if (err_count && !err_count_total) {
207 err_count_total += err_count;
236 int err_count = 0; local
265 err_count += ref_s[j] != s[j];
267 if (err_count && !err_count_total) {
270 err_count_total += err_count;
286 int err_count = 0; local
328 err_count += ref_s[j] != s[j]
    [all...]
  /external/libaom/libaom/test/
error_block_test.cc 71 int err_count = 0; local
90 err_count += (ref_ret != ret) | (ref_ssz != ssz);
91 if (err_count && !err_count_total) {
94 err_count_total += err_count;
115 int err_count = 0; local
148 err_count += (ref_ret != ret) | (ref_ssz != ssz);
149 if (err_count && !err_count_total) {
152 err_count_total += err_count;
masked_variance_test.cc 70 int err_count = 0; local
101 err_count++;
109 EXPECT_EQ(0, err_count)
126 int err_count = 0; local
154 err_count++;
166 EXPECT_EQ(0, err_count) << "Error: Masked Variance Test ExtremeValues,"
207 int err_count = 0; local
235 err_count++;
247 EXPECT_EQ(0, err_count)
268 int err_count = 0 local
    [all...]
av1_quantize_test.cc 75 int err_count = 0; local
106 err_count += (ref_qcoeff_ptr[j] != qcoeff_ptr[j]) |
115 err_count += (ref_eob != eob);
116 if (err_count && !err_count_total) {
119 err_count_total += err_count;
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...]
masked_sad_test.cc 60 int err_count = 0; local
105 err_count++;
110 EXPECT_EQ(0, err_count) << "Error: Masked SAD Test, output doesn't match. "
152 int err_count = 0; local
196 err_count++;
201 EXPECT_EQ(0, err_count)
  /external/u-boot/drivers/usb/host/
xhci.c 513 unsigned int err_count = 0; local
593 err_count = 3;
596 ERROR_COUNT(err_count));
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py     [all...]
mtb.py 386 for err_string, err_count in slot_errors.items():
387 errors[err_string] += err_count
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 606 int c, count, err_count; local
629 retval = ext2fs_zero_blocks2(fs, blk, c, &err_blk, &err_count);
634 err_blk, err_count);
    [all...]

Completed in 675 milliseconds