HomeSort by relevance Sort by last modified time
    Searched refs:reconstruct (Results 1 - 23 of 23) 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/tests/java_api/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 177 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/tests/java_api/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 201 reconstruct(db);
213 reconstruct(db);
222 reconstruct(db);
225 public 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.
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip.go 203 // a remote reader has enough data to reconstruct a packet. Flush does
  /prebuilts/go/darwin-x86/src/index/suffixarray/
qsufsort.go 69 for i := range sa { // reconstruct suffix array from inverse
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip.go 203 // a remote reader has enough data to reconstruct a packet. Flush does
  /prebuilts/go/linux-x86/src/index/suffixarray/
qsufsort.go 69 for i := range sa { // reconstruct suffix array from inverse
  /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
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate.go 714 // a remote reader has enough data to reconstruct a packet.
  /prebuilts/go/linux-x86/src/compress/flate/
deflate.go 714 // a remote reader has enough data to reconstruct a packet.
  /packages/apps/Settings/src/com/android/settings/search2/
DatabaseIndexingManager.java 217 * Reconstruct the database in the following cases:
225 IndexDatabaseHelper.getInstance(mContext).reconstruct(db);
    [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 1905 milliseconds