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

  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.h 22 int in_stride, uint8_t *output, int height2, int width2,
42 int in_stride, uint8_t *output, int height2,
vp9_resize.c 424 int in_stride, uint8_t *output, int height2, int width2,
431 uint8_t *arrbuf2 = (uint8_t *)malloc(sizeof(uint8_t) * height2);
437 assert(height2 > 0);
443 resize_multistep(arrbuf, height, arrbuf2, height2, tmpbuf);
444 fill_arr_to_col(output + i, out_stride, height2, arrbuf2);
713 int in_stride, uint8_t *output, int height2,
720 uint16_t *arrbuf2 = (uint16_t *)malloc(sizeof(uint16_t) * height2);
729 highbd_resize_multistep(arrbuf, height, arrbuf2, height2, tmpbuf, bd);
730 highbd_fill_arr_to_col(CONVERT_TO_SHORTPTR(output + i), out_stride, height2,
  /frameworks/base/services/core/java/com/android/server/wm/
TaskPositioner.java 490 int height2; local
502 height2 = Math.max(mMinVisibleHeight, Math.min(mMaxVisibleSize.y, height));
503 width2 = Math.max(width, Math.round((float)height2 * MIN_ASPECT));
507 height2 = Math.max(mMinVisibleHeight,
521 height2 = Math.max(mMinVisibleHeight, Math.min(mMaxVisibleSize.y, height));
522 width2 = Math.min(width, Math.round((float)height2 / MIN_ASPECT));
526 height2 = Math.max(mMinVisibleHeight,
534 if (grows == (width1 * height1 > width2 * height2)) {
539 height = 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/swiftshader/src/Renderer/
Surface.cpp 3026 int height2 = (height + 1) & ~1; 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 237 milliseconds