HomeSort by relevance Sort by last modified time
    Searched refs:reconstruct (Results 1 - 18 of 18) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DepthTransform.java 47 public float reconstruct(int value); method in interface:DepthTransform
BlurStack.java 255 depthTransform.reconstruct(stackDepthToOpenglDepth(frontFocalDepth));
257 depthTransform.reconstruct(stackDepthToOpenglDepth(backFocalDepth));
262 depthTransform.reconstruct(stackDepthToOpenglDepth(depth));
RGBZ.java 144 return getDepthTransform().reconstruct(Color.blue(depthBitmap.getPixel(x, y)));
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
DepthTransform.java 34 public float reconstruct(int value); method in interface:DepthTransform
BlurStack.java 240 depthTransform.reconstruct(stackDepthToOpenglDepth(frontFocalDepth));
242 depthTransform.reconstruct(stackDepthToOpenglDepth(backFocalDepth));
247 depthTransform.reconstruct(stackDepthToOpenglDepth(depth));
RGBZ.java 110 return getDepthTransform().reconstruct(Color.blue(depthBitmap.getPixel(x, y)));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/image/
RangeInverseDepthTransform.java 58 public float reconstruct(int value) { method in class:RangeInverseDepthTransform
RangeLinearDepthTransform.java 59 public float reconstruct(int value) { method in class:RangeLinearDepthTransform
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/image/
RangeInverseDepthTransform.java 44 public float reconstruct(int value) { method in class:RangeInverseDepthTransform
RangeLinearDepthTransform.java 45 public float reconstruct(int value) { method in class:RangeLinearDepthTransform
  /external/libunwind/src/arm/
getcontext.S 42 @ reconstruct r13 at call site, then store
  /packages/apps/Settings/src/com/android/settings/search/
IndexDatabaseHelper.java 174 reconstruct(db);
186 reconstruct(db);
195 reconstruct(db);
198 private void reconstruct(SQLiteDatabase db) { method in class:IndexDatabaseHelper
  /external/ImageMagick/www/api/
compare.php 80 <dd>the reconstruct image. </dd>
120 <dd>the reconstruct image. </dd>
160 <dd>the reconstruct image. </dd>
174 <p>IsImagesEqual() measures the difference between colors at each pixel location of two images. A value other than 0 means the colors match exactly. Otherwise an error measure is computed by summing over all pixels in an image the distance squared in RGB space between each image pixel and its corresponding pixel in the reconstruct image. The error measure is assigned to these image members:</p>
202 <p>the reconstruct image.</p>
  /external/llvm/test/MC/ARM/
eh-directive-setfp.s 9 @ then libunwind will reconstruct the stack pointer from the frame pointer.
  /external/libunwind/doc/
libunwind-dynamic.tex 13 For \Prog{libunwind} to do its job, it needs to be able to reconstruct
24 information needed to reconstruct the frame-state for each instruction
  /external/opencv3/modules/core/include/opencv2/
core.hpp     [all...]
  /external/opencv3/modules/core/src/
lda.cpp 1115 Mat LDA::reconstruct(InputArray src) { function in class:cv::LDA
    [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 1977 milliseconds