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

  /external/libvpx/libvpx/test/
vp9_quantize_test.cc 105 int err_count = 0; local
128 err_count += (ref_qcoeff_ptr[j] != qcoeff_ptr[j]) |
131 err_count += (*ref_eob_ptr != *eob_ptr);
132 if (err_count && !err_count_total) {
135 err_count_total += err_count;
164 int err_count = 0; local
187 err_count += (ref_qcoeff_ptr[j] != qcoeff_ptr[j]) |
190 err_count += (*ref_eob_ptr != *eob_ptr);
191 if (err_count && !err_count_total) {
194 err_count_total += err_count;
223 int err_count = 0; local
287 int err_count = 0; local
    [all...]
vp9_error_block_test.cc 72 int err_count = 0; local
91 err_count += (ref_ret != ret) | (ref_ssz != ssz);
92 if (err_count && !err_count_total) {
95 err_count_total += err_count;
116 int err_count = 0; local
149 err_count += (ref_ret != ret) | (ref_ssz != ssz);
150 if (err_count && !err_count_total) {
153 err_count_total += err_count;
lpf_8_test.cc 208 int err_count = 0; local
266 err_count += ref_s[j] != s[j];
268 if (err_count && !err_count_total) {
271 err_count_total += err_count;
306 int err_count = 0; local
337 err_count += ref_s[j] != s[j];
339 if (err_count && !err_count_total) {
342 err_count_total += err_count;
364 int err_count = 0; local
440 err_count += ref_s[j] != s[j]
    [all...]
  /external/srtp/crypto/test/
env.c 51 int err_count = 0; local
66 err_count++;
91 err_count++;
94 if (err_count)
96 "(found %d problems)\n", err_count);
98 return err_count;
  /external/opencv3/modules/calib3d/test/
test_cameracalibration_artificial.cpp 170 int err_count = 0; local
179 if (err_count++ < errMsgNum)
181 if (err_count == errMsgNum)
200 int err_count = 0; local
209 if (err_count++ < errMsgNum)
211 if (err_count == errMsgNum)
  /system/extras/ksmutils/
ksminfo.c 283 goto err_count;
328 err_count:
  /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 504 int c, count, err_count; local
527 retval = ext2fs_zero_blocks2(fs, blk, c, &err_blk, &err_count);
532 err_blk, err_count);
    [all...]
  /prebuilts/android-emulator/linux-x86_64/bin/
mkfs.ext4 

Completed in 308 milliseconds