/external/webp/src/demux/ |
D | anim_decode.c | 277 int* const left2, int* const width2) { in FindBlendRangeAtRow() argument 285 *width2 = 0; in FindBlendRangeAtRow() 301 *width2 = src_max_x - dst_max_x; in FindBlendRangeAtRow() 377 int left1, width1, left2, width2; in WebPAnimDecoderGetNext() local 379 &left2, &width2); in WebPAnimDecoderGetNext() 385 if (width2 > 0) { in WebPAnimDecoderGetNext() 388 (uint32_t*)dec->prev_frame_disposed_ + offset2, width2); in WebPAnimDecoderGetNext()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 516 int width2, in vp9_resize_plane() argument 519 uint8_t *intbuf = (uint8_t *)malloc(sizeof(uint8_t) * width2 * height); in vp9_resize_plane() 525 assert(width2 > 0); in vp9_resize_plane() 529 intbuf + width2 * i, width2, tmpbuf); in vp9_resize_plane() 530 for (i = 0; i < width2; ++i) { in vp9_resize_plane() 531 fill_col_to_arr(intbuf + i, width2, height, arrbuf); in vp9_resize_plane() 811 int width2, in vp9_highbd_resize_plane() argument 815 uint16_t *intbuf = (uint16_t *)malloc(sizeof(uint16_t) * width2 * height); in vp9_highbd_resize_plane() 821 intbuf + width2 * i, width2, tmpbuf, bd); in vp9_highbd_resize_plane() 823 for (i = 0; i < width2; ++i) { in vp9_highbd_resize_plane() [all …]
|
D | vp9_resize.h | 27 int width2, 79 int width2,
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | TwoColumnOutput.java | 61 String s2, int width2) { in toString() argument 67 new TwoColumnOutput(sw, width1, width2, spacer); in toString()
|
D | ByteArrayAnnotatedOutput.java | 473 int width2 = getAnnotationWidth(); in writeAnnotationsTo() local 474 int width1 = annotationWidth - width2 - 1; in writeAnnotationsTo() 476 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|"); in writeAnnotationsTo()
|
/external/skia/tests/ |
D | FontObjTest.cpp | 102 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); in test_cachedfont() local 104 REPORTER_ASSERT(reporter, width1 == width2); in test_cachedfont()
|
D | FontHostTest.cpp | 299 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); in test_advances() local 304 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesaP.h | 163 GLint width2; member 315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
|
D | xm_buffer.c | 295 xrb->width2 = xrb->ximage->bytes_per_line / 2; in xmesa_alloc_back_storage() 296 xrb->origin2 = (GLushort *) xrb->ximage->data + xrb->width2 * (height - 1); in xmesa_alloc_back_storage() 308 xrb->width2 = xrb->width3 = xrb->width4 = 0; in xmesa_alloc_back_storage()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 741 final int width2 = blockWidth(qBlock + 1); in getSubMatrix() local 746 copyBlockPart(blocks[index + 1], width2, in getSubMatrix() 754 copyBlockPart(blocks[index + blockColumns + 1], width2, in getSubMatrix() 773 final int width2 = blockWidth(qBlock + 1); in getSubMatrix() local 778 copyBlockPart(blocks[index + 1], width2, in getSubMatrix()
|
D | BlockFieldMatrix.java | 716 final int width2 = blockWidth(qBlock + 1); in getSubMatrix() local 721 copyBlockPart(blocks[index + 1], width2, in getSubMatrix() 729 copyBlockPart(blocks[index + blockColumns + 1], width2, in getSubMatrix() 748 final int width2 = blockWidth(qBlock + 1); in getSubMatrix() local 753 copyBlockPart(blocks[index + 1], width2, in getSubMatrix()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | screen_finder_unittest.py | 67 height2, width2 = screen.shape[:2] 68 self.assertEqual(width, width2)
|
/external/opencv3/modules/calib3d/src/ |
D | stereosgbm.cpp | 130 int D = maxD - minD, width1 = maxX1 - minX1, width2 = maxX2 - minX2; in calcPixelCostBT() local 132 PixType *prow1 = buffer + width2*2, *prow2 = prow1 + width*cn*2; in calcPixelCostBT() 203 buffer[x + width2] = (PixType)v1; in calcPixelCostBT() 225 … __m128i _v1 = _mm_loadu_si128((const __m128i*)(buffer + width-x-1 + d + width2)); in calcPixelCostBT() 244 int v1 = buffer[width-x-1 + d + width2]; in calcPixelCostBT()
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 1383 double width1,width2; in icvGetQuadsTransform() local 1439 icvGetPieceLength(point11,point21,&width2); in icvGetQuadsTransform() 1653 warpWidth = MAX(width1,width2); in icvGetQuadsTransform()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |