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

  /pdk/apps/CameraITS/pymodules/its/
image.py 97 cap["data"] = unpack_raw10_image(cap["data"].reshape(h,w*5/4))
121 msbs = msbs.reshape(h,w)
123 lsbs = img[::, 4::5].reshape(h,w/4)
125 numpy.packbits(numpy.unpackbits(lsbs).reshape(h,w/4,4,2),3), 6)
126 lsbs = lsbs.reshape(h,w)
128 img16 = numpy.bitwise_or(msbs, lsbs).reshape(h,w)
165 return ((y.astype(numpy.float32) / 255.0).reshape(h, w, 1),
166 (u.astype(numpy.float32) / 255.0).reshape(h/2, w/2, 1),
167 (v.astype(numpy.float32) / 255.0).reshape(h/2, w/2, 1))
169 rgb = decompress_jpeg_to_rgb_image(cap["data"]).reshape(w*h*3
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
readYUV420file.m 32 Y(:,:,k)=uint8(reshape(X(1:nPx), width, height).');
35 U(:,:,k)=uint8(reshape(X(nPx + (1:nPx/4)), width/2, height/2).');
38 V(:,:,k)=uint8(reshape(X(nPx + nPx/4 + (1:nPx/4)), width/2, height/2).');
  /external/clang/test/Analysis/
malloc-interprocedural.c 77 static char *reshape(char *in) { function
83 v = reshape(v);
84 v = reshape(v);// expected-warning {{Potential leak of memory pointed to by 'v'}}
  /pdk/apps/CameraITS/tests/scene0/
test_gyro_bias.py 62 xs = xs.reshape(nevents/N, N).mean(1)
63 ys = ys.reshape(nevents/N, N).mean(1)
64 zs = zs.reshape(nevents/N, N).mean(1)
  /pdk/apps/CameraITS/tests/inprog/scene2/
test_dng_tags.py 52 print "HAL reported ccm:\n", numpy.array(ccm).reshape(3,3)
53 print "HAL reported cal:\n", numpy.array(cal).reshape(3,3)
70 props[cm_str[i]])).reshape(3,3)
72 props[fm_str[i]])).reshape(3,3)
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCNSGLVideoView.m 79 - (void)reshape {
80 [super reshape];
  /pdk/apps/CameraITS/tests/scene1/
test_crop_region_raw.py 88 img = img.reshape(h/m,m,w/m,m,3).mean(3).mean(1).reshape(h/m,w/m,3)
test_capture_result.py 101 xs = numpy.array([range(w_map)] * h_map).reshape(h_map, w_map)
102 ys = numpy.array([[i]*w_map for i in range(h_map)]).reshape(
104 zs = numpy.array(lsc_map[ch::4]).reshape(h_map, w_map)
  /pdk/apps/CameraITS/tests/inprog/
test_burst_sameness_fullres_auto.py 80 deltas = (imgs[i] - img_mean).reshape(h*w*3/16)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 265 toWebGLRenderingContext(m_context.get())->reshape(width(), height());
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 336 void reshape(int width, int height);
    [all...]
WebGLRenderingContextBase.cpp 890 void WebGLRenderingContextBase::reshape(int width, int height) function in class:WebCore::__anon15013::WebGLRenderingContextBase
914 // clear (and this matches what reshape will do).
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 544 void reshape( int newcn, int newrows = 0 );
1303 inline void CvMAT::reshape( int newcn, int newrows )
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 735 milliseconds