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

  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskConvertImageToRGBPreview.java 127 * Calculates the best integer subsample from a given height and width to a
129 * with the Android Bitmap framework; this subsample value is to best
131 * lossless manner without changing the aspect ratio or creating subsample
155 return 1; // If all fails, don't do the subsample.
167 * @param subsample Subsample factor applied to the input image
168 * @param colorSubsample Color subsample due to the YUV color space (In YUV,
179 int inscribedYMin, int subsample, int colorSubsample,
181 return inputVerticalOffset * (rowStride / subsample)
182 + inputHorizontalOffset * (pixelStride / subsample)
871 final int subsample = calculateBestSubsampleFactor( local
    [all...]
TaskPreviewChainedJpeg.java 67 final int subsample = calculateBestSubsampleFactor( local
70 final TaskImage resultImage = calculateResultImage(img, subsample);
77 / subsample + " h=" + img.proxy.getHeight() / subsample + " of subsample "
78 + subsample);
80 convertedImage = runSelectedConversion(img.proxy, safeCrop, subsample);
  /bionic/libc/kernel/uapi/linux/
meye.h 22 unsigned char subsample; member in struct:meye_params
  /external/kernel-headers/original/uapi/linux/
meye.h 39 unsigned char subsample; member in struct:meye_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
meye.h 38 unsigned char subsample; member in struct:meye_params
  /external/tensorflow/tensorflow/contrib/slim/python/slim/nets/
resnet_v1_test.py 69 x = resnet_utils.subsample(x, 2)
77 x = resnet_utils.subsample(x, 2)
102 y2 = resnet_utils.subsample(y1, 2)
141 y2 = resnet_utils.subsample(y1, 2)
237 output = resnet_utils.subsample(output, factor)
381 output = resnet_utils.subsample(output, factor)
resnet_v2_test.py 69 x = resnet_utils.subsample(x, 2)
77 x = resnet_utils.subsample(x, 2)
102 y2 = resnet_utils.subsample(y1, 2)
142 y2 = resnet_utils.subsample(y1, 2)
241 output = resnet_utils.subsample(output, factor)
385 output = resnet_utils.subsample(output, factor)
resnet_utils.py 31 implementation we subsample the output activations in the last residual unit of
69 def subsample(inputs, factor, scope=None): function
101 net = subsample(net, factor=stride)
164 Most ResNets consist of 4 ResNet blocks and subsample the activations by a
resnet_v1.py 107 shortcut = resnet_utils.subsample(inputs, stride, 'shortcut')
resnet_v2.py 103 shortcut = resnet_utils.subsample(inputs, stride, 'shortcut')
  /prebuilts/go/darwin-x86/src/image/
ycbcr.go 11 // YCbCrSubsampleRatio is the chroma subsample ratio used in a YCbCr image.
167 // NewYCbCr returns a new YCbCr image with the given bounds and subsample
276 // NewNYCbCrA returns a new NYCbCrA image with the given bounds and subsample
  /prebuilts/go/linux-x86/src/image/
ycbcr.go 11 // YCbCrSubsampleRatio is the chroma subsample ratio used in a YCbCr image.
167 // NewYCbCr returns a new YCbCr image with the given bounds and subsample
276 // NewNYCbCrA returns a new NYCbCrA image with the given bounds and subsample
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 257 * \param subsample boolean flag to control whether the function should internally subsample the provided image to the size provided in the Init() function.
259 int UpdateReference(const unsigned char * const * im, bool subsample = true, bool detect_corners = true);
dbreg.cpp 252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
260 if (m_quarter_resolution && subsample)
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_images.py 248 image2 = image.subsample(2, 3)
253 image2 = image.subsample(2)
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_images.py 247 image2 = image.subsample(2, 3)
252 image2 = image.subsample(2)
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader.go 404 // and Y channels subsample, they subsample both horizontally and
727 subsample := d.comp[t].h != d.comp[0].h || d.comp[t].v != d.comp[0].v
730 if subsample {
735 if subsample {
  /prebuilts/go/linux-x86/src/image/jpeg/
reader.go 404 // and Y channels subsample, they subsample both horizontally and
727 subsample := d.comp[t].h != d.comp[0].h || d.comp[t].v != d.comp[0].v
730 if subsample {
735 if subsample {
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 3397 def subsample(self, x, y=''): member in class:PhotoImage
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 3564 def subsample(self, x, y=''): member in class:PhotoImage
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 3329 def subsample(self,x,y=''): member in class:PhotoImage
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 3329 def subsample(self,x,y=''): member in class:PhotoImage
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 3329 def subsample(self,x,y=''): member in class:PhotoImage
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 3329 def subsample(self,x,y=''): member in class:PhotoImage
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 1577 milliseconds