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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.h 22 int height2,
vp9_resize.c 511 int height2,
518 uint8_t *arrbuf = (uint8_t *)malloc(sizeof(uint8_t) * (height + height2));
524 resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf);
525 fill_arr_to_col(output + i, out_stride, height2, arrbuf + height);
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.h 26 int height2,
78 int height2,
vp9_resize.c 515 int height2,
522 uint8_t *arrbuf = (uint8_t *)malloc(sizeof(uint8_t) * (height + height2));
526 assert(height2 > 0);
532 resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf);
533 fill_arr_to_col(output + i, out_stride, height2, arrbuf + height);
810 int height2,
818 uint16_t *arrbuf = (uint16_t *)malloc(sizeof(uint16_t) * (height + height2));
825 highbd_resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf,
827 highbd_fill_arr_to_col(CONVERT_TO_SHORTPTR(output + i), out_stride, height2,
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCylinderShape.cpp 67 btScalar height2; // square of cylinder height local
91 height2 = btScalar(4.) * halfExtents[idxHeight] * halfExtents[idxHeight];
94 btScalar t1 = div12 * height2 + div4 * radius2;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2DynamicTree.cpp 572 int32 height2 = ComputeHeight(node->child2); local
573 return 1 + b2Max(height1, height2);
641 int32 height2 = m_nodes[child2].height; local
643 height = 1 + b2Max(height1, height2);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/broadphase/
DynamicTree.java 319 int height2 = computeHeight(node.child2); local
320 return 1 + MathUtils.max(height1, height2);
840 int height2 = child2.height; local
842 height = 1 + MathUtils.max(height1, height2);
DynamicTreeFlatNodes.java 322 int height2 = computeHeight(m_child2[node]); local
323 return 1 + MathUtils.max(height1, height2);
827 int height2 = m_height[child2]; local
829 height = 1 + MathUtils.max(height1, height2);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
screen_finder_unittest.py 67 height2, width2 = screen.shape[:2]
69 self.assertEqual(height, height2)
  /external/opencv/cvaux/src/
cvepilines.cpp 1384 double height1,height2; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 1212 milliseconds