HomeSort by relevance Sort by last modified time
    Searched refs:correction (Results 1 - 25 of 64) sorted by null

1 2 3

  /frameworks/native/services/surfaceflinger/Effects/
Daltonizer.cpp 118 // The amount of correction can be adjusted here.
141 // We construct the matrix that will perform the whole correction.
147 // correction: type of color blindness correction (should match the simulation above):
149 mat4 correction(0);
155 if (mMode == Daltonizer::correction)
156 correction = errp;
161 if (mMode == Daltonizer::correction)
162 correction = errd;
167 if (mMode == Daltonizer::correction)
    [all...]
Daltonizer.h 37 correction enumerator in enum:android::Daltonizer::Mode
  /external/compiler-rt/lib/builtins/
divsf3.c 93 uint32_t correction; local
94 correction = -((uint64_t)reciprocal * q31b >> 32);
95 reciprocal = (uint64_t)reciprocal * correction >> 31;
96 correction = -((uint64_t)reciprocal * q31b >> 32);
97 reciprocal = (uint64_t)reciprocal * correction >> 31;
98 correction = -((uint64_t)reciprocal * q31b >> 32);
99 reciprocal = (uint64_t)reciprocal * correction >> 31;
divdf3.c 110 uint64_t correction, reciprocal; local
111 correction = -((uint64_t)recip32*q31b + ((uint64_t)recip32*q63blo >> 32));
112 uint32_t cHi = correction >> 32;
113 uint32_t cLo = correction;
divtf3.c 112 rep_t correction, reciprocal; local
120 correction = -(r64q63 + (r64q127 >> 64));
122 uint64_t cHi = correction >> 64;
123 uint64_t cLo = correction;
  /build/core/combo/
fdo.mk 34 $(combo_2nd_arch_prefix)TARGET_FDO_CFLAGS := -fprofile-use=$($(combo_2nd_arch_prefix)TARGET_FDO_PROFILE_PATH) -DANDROID_FDO -fprofile-correction -Wcoverage-mismatch -Wno-error
  /external/chromium_org/courgette/
ensemble_apply.cc 39 SourceStream* correction,
46 SourceStream* correction,
53 SourceStream* correction,
58 SourceStream* correction,
191 SourceStream* correction,
194 correction,
224 SourceStream* correction,
227 correction,
268 SourceStream* correction,
270 Status delta_status = ApplySimpleDelta(original, correction,
    [all...]
  /libcore/luni/src/main/java/java/util/
Grego.java 138 int correction = 0; local
141 correction = isLeap ? 1 : 2;
143 int month = (12 * (dayOfYear + correction) + 6) / 367; // zero-based month
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
BoundedRect.java 123 float[] correction = { local
127 // find correction vectors for corners that have moved out of bounds
129 float correctedInnerX = translatedInnerCorners[i] + correction[0];
130 float correctedInnerY = translatedInnerCorners[i + 1] + correction[1];
138 correction[0] += correctionVec[0];
139 correction[1] += correctionVec[1];
144 float correctedInnerX = translatedInnerCorners[i] + correction[0];
145 float correctedInnerY = translatedInnerCorners[i + 1] + correction[1];
153 correction[0] += correctionVec[0];
154 correction[1] += correctionVec[1]
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
IInputContext.aidl 52 void commitCorrection(in CorrectionInfo correction);
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 142 double correction; member in struct:__anon2565
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.h 75 // misspelling identified by |hash| to string |correction|, which is not in
77 void ManuallyCorrected(uint32 hash, const base::string16& correction);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 142 double correction; member in struct:__anon23162
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 142 double correction; member in struct:__anon23193
  /external/chromium_org/third_party/libwebp/dsp/
lossless_mips32.c 32 uint32_t log_cnt, y, correction; local
53 // The correction factor: log(1 + d) ~ d; for very small d values, so
58 correction = (23 * (v & (y - 1))) >> 4;
59 return v_f * (kLog2Table[temp] + log_cnt) + correction;
86 // Since the division is still expensive, add this correction factor only
89 const uint32_t correction = (23 * (v & (y - 1))) >> 4; local
90 log_2 += (double)correction / v;
  /external/webp/src/dsp/
lossless_mips32.c 32 uint32_t log_cnt, y, correction; local
53 // The correction factor: log(1 + d) ~ d; for very small d values, so
58 correction = (23 * (v & (y - 1))) >> 4;
59 return v_f * (kLog2Table[temp] + log_cnt) + correction;
86 // Since the division is still expensive, add this correction factor only
89 const uint32_t correction = (23 * (v & (y - 1))) >> 4; local
90 log_2 += (double)correction / v;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 112 GLfloat correction; local
167 correction = -1;
178 correction = 1;
204 n_dot_h = correction * DOT3(normal, h);
289 GLfloat correction; local
345 correction = -1;
356 correction = 1;
383 n_dot_h = correction * DOT3(normal, h);
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 112 GLfloat correction; local
167 correction = -1;
178 correction = 1;
204 n_dot_h = correction * DOT3(normal, h);
289 GLfloat correction; local
345 correction = -1;
356 correction = 1;
383 n_dot_h = correction * DOT3(normal, h);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
delay_manager.cc 174 // longer sum up to 1 (in Q30) after the update. To correct this, a correction
206 int correction = flip_sign * std::min(abs(vector_sum), (*it) >> 4);
207 *it += correction;
208 vector_sum += correction;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
ChangeTimeScaleTrack.java 171 long correction = syncSampleTimes[ssIndex] - (summedDurations + x); local
172 LOG.finest(String.format("Sample %d %d / %d - correct by %d", i, summedDurations, syncSampleTimes[ssIndex], correction));
173 x += correction;
  /external/chromium_org/chrome/renderer/resources/
neterror.js 67 // Use to track clicks on elements generated by the navigation correction
69 // correction service.
77 // Called when an <a> tag generated by the navigation correction service is
  /external/chromium_org/third_party/icu/source/i18n/
gregoimp.cpp 124 int32_t correction = 0; local
127 correction = isLeap ? 1 : 2;
129 month = (12 * (doy + correction) + 6) / 367; // zero-based month
  /external/icu/icu4c/source/i18n/
gregoimp.cpp 124 int32_t correction = 0; local
127 correction = isLeap ? 1 : 2;
129 month = (12 * (doy + correction) + 6) / 367; // zero-based month
  /external/chromium_org/chrome/common/extensions/docs/server2/
PRESUBMIT.py 62 Q: Is this a spelling correction? New test? Better comments?
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-fallback.cc 289 unsigned int correction = -pos.y_offset / 2; local
290 base_extents.y_bearing += correction;
291 base_extents.height -= correction;
292 pos.y_offset += correction;

Completed in 2455 milliseconds

1 2 3