/external/chromium_org/ui/gfx/ |
transform_unittest.cc | 172 #define ERROR_THRESHOLD 1e-14 174 #define ERROR_THRESHOLD 1e-7 1071 EXPECT_ROW1_NEAR(1.0, 0.0, 0.0, 0.0, to, ERROR_THRESHOLD); 1077 ERROR_THRESHOLD); 1083 ERROR_THRESHOLD); 1090 EXPECT_ROW1_NEAR(1.0, 0.0, 0.0, 0.0, to, ERROR_THRESHOLD); 1096 ERROR_THRESHOLD); 1102 ERROR_THRESHOLD); 1108 EXPECT_ROW1_NEAR(1.0, 0.0, 0.0, 0.0, to, ERROR_THRESHOLD); 1109 EXPECT_ROW2_NEAR(0.0, 0.0, -1.0, 0.0, to, ERROR_THRESHOLD); [all...] |
/external/chromium_org/third_party/libwebp/utils/ |
quant_levels.c | 22 #define ERROR_THRESHOLD 1e-4 // MSE stopping criterion. 36 const double err_threshold = ERROR_THRESHOLD * data_size;
|
/external/webp/src/utils/ |
quant_levels.c | 22 #define ERROR_THRESHOLD 1e-4 // MSE stopping criterion. 36 const double err_threshold = ERROR_THRESHOLD * data_size;
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/ |
aec_core_sse2.c | 120 const float error_threshold = aec->extended_filter_enabled local 129 if (abs_ef > error_threshold) { 130 abs_ef = error_threshold / (abs_ef + 1e-10f);
|
aec_core_mips.c | 703 const float error_threshold = aec->extended_filter_enabled local [all...] |
aec_core.c | 297 const float error_threshold = aec->extended_filter_enabled local 307 if (abs_ef > error_threshold) { 308 abs_ef = error_threshold / (abs_ef + 1e-10f); [all...] |