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

  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp 228 float total_error = 0.0; local
232 ++total_error;
235 return total_error / num_examples;
241 float total_error = 0.0; local
245 ++total_error;
248 return total_error / num_examples;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
fdct8x8_test.cc 127 int total_error = 0; local
163 total_error += error;
171 EXPECT_GE(count_test_block/5, total_error)
179 int total_error = 0; local
204 total_error += error;
211 EXPECT_GE(count_test_block/5, total_error)
dct32x32_test.cc 100 int64_t total_error = 0; local
123 total_error += error;
129 total_error /= 45;
135 EXPECT_GE(count_test_block, total_error)
vp8_fdct4x4_test.cc 133 double total_error = 0; local
153 total_error += error;
160 EXPECT_GE(count_test_block, total_error)
fdct4x4_test.cc 63 int64_t total_error = 0; local
87 total_error += error;
94 EXPECT_GE(count_test_block , total_error)
dct16x16_test.cc 291 int64_t total_error = 0; local
315 total_error += error;
322 EXPECT_GE(count_test_block , total_error)
  /external/libvpx/libvpx/test/
vp8_fdct4x4_test.cc 133 double total_error = 0; local
153 total_error += error;
160 EXPECT_GE(count_test_block, total_error)
dct32x32_test.cc 122 int64_t total_error = 0; local
169 total_error += error;
175 total_error /= 45;
181 EXPECT_GE(count_test_block << 2 * (bit_depth_ - 8), total_error)
fdct8x8_test.cc 216 int total_error = 0; local
276 total_error += error;
284 EXPECT_GE((count_test_block << 2 * (bit_depth_ - 8))/5, total_error)
292 int total_error = 0; local
361 total_error += error;
371 EXPECT_GE((count_test_block << 2 * (bit_depth_ - 8))/5, total_error)
fdct4x4_test.cc 104 int64_t total_error = 0; local
153 total_error += error;
161 EXPECT_GE(count_test_block * limit, total_error)
dct16x16_test.cc 335 int64_t total_error = 0; local
384 total_error += error;
391 EXPECT_GE(count_test_block << 2 * (bit_depth_ - 8), total_error)
  /external/flac/libFLAC/
fixed.c 250 /* 'total_error*' is linearly related to the variance of the residual */
312 /* 'total_error*' is linearly related to the variance of the residual */
  /external/opencv3/3rdparty/libwebp/enc/
quant.c 575 const score_t total_error = prev->error - delta_error; local
590 score = RDScoreTrellis(lambda, cost, total_error);
594 cur->error = total_error;
602 score = RDScoreTrellis(lambda, cost, total_error);
    [all...]

Completed in 1237 milliseconds