HomeSort by relevance Sort by last modified time
    Searched defs:correction (Results 26 - 37 of 37) sorted by null

12

  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 341 int correction = 0; local
352 // The correction factor: log(1 + d) ~ d; for very small d values, so
355 correction = (23 * (orig_v & (y - 1))) >> 4;
356 return v_f * (kLog2Table[v] + log_cnt) + correction;
376 // Since the division is still expensive, add this correction factor only
378 const int correction = (23 * (orig_v & (y - 1))) >> 4; local
379 log_2 += (double)correction / orig_v;
    [all...]
  /external/webp/src/dsp/
lossless.c 341 int correction = 0; local
352 // The correction factor: log(1 + d) ~ d; for very small d values, so
355 correction = (23 * (orig_v & (y - 1))) >> 4;
356 return v_f * (kLog2Table[v] + log_cnt) + correction;
376 // Since the division is still expensive, add this correction factor only
378 const int correction = (23 * (orig_v & (y - 1))) >> 4; local
379 log_2 += (double)correction / orig_v;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java 898 int correction = 0; local
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 339 milliseconds

12