HomeSort by relevance Sort by last modified time
    Searched refs:ymax (Results 26 - 50 of 71) sorted by null

12 3

  /external/trappy/trappy/stats/
Correlator.py 129 ymax = 1.25 + max(max(s_x.values), max(s_y.values)) + 1
131 ylim = [ymin, ymax]
  /prebuilts/go/darwin-x86/src/image/jpeg/
writer.go 393 ymax := b.Max.Y - 1
396 r, g, b, _ := m.At(min(p.X+i, xmax), min(p.Y+j, ymax)).RGBA()
409 ymax := b.Max.Y - 1
413 idx := m.PixOffset(min(p.X+i, xmax), min(p.Y+j, ymax))
423 ymax := b.Max.Y - 1
426 if sj > ymax {
427 sj = ymax
  /prebuilts/go/linux-x86/src/image/jpeg/
writer.go 393 ymax := b.Max.Y - 1
396 r, g, b, _ := m.At(min(p.X+i, xmax), min(p.Y+j, ymax)).RGBA()
409 ymax := b.Max.Y - 1
413 idx := m.PixOffset(min(p.X+i, xmax), min(p.Y+j, ymax))
423 ymax := b.Max.Y - 1
426 if sj > ymax {
427 sj = ymax
  /external/ltp/testcases/realtime/tools/
ftqviz.py 113 ylim(ymax=20)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_state.c 53 vp->ymax = gby;
brw_state_dump.c 169 batch_out(brw, name, offset, 10, "vp ymax %f\n", clip->viewport_ymax);
459 vp->scissor.xmax, vp->scissor.ymax);
473 batch_out(brw, name, offset, 3, "ymax = %f\n", vp->ymax);
493 batch_out(brw, name, offset, 10, "guardband ymax = %f\n", vp->guardband.ymax);
668 batch_out(brw, name, offset, 1, "xmax %d, ymax %d\n",
669 scissor->xmax, scissor->ymax);
brw_state.h 462 float *ymin, float *ymax);
  /external/mesa3d/src/mesa/main/
image.h 127 GLint xmax, GLint ymax,
image.c 762 * specified by [xmin, xmax) and [ymin, ymax).
767 GLint xmax, GLint ymax,
791 if (*y + *height > ymax)
792 *height -= (*y + *height - ymax);
802 * Clip dst coords against Xmax (or Ymax).
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.cc 69 int32_t FontHeaderTable::YMax() {
209 int32_t FontHeaderTable::Builder::YMax() {
210 return down_cast<FontHeaderTable*>(GetTable())->YMax();
213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) {
214 InternalWriteData()->WriteShort(Offset::kYMax, ymax);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 166 double ymax,
175 name.c_str(), flow_id, value, ylow, yhigh, error_title.c_str(), ymax,
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 719 GLfloat xmin, xmax, ymin, ymax; local
721 ymax = zNear * (GLfloat)tan(fovy * PI / 360);
722 ymin = -ymax;
724 xmax = ymax * aspect;
726 glFrustum(xmin, xmax, ymin, ymax, zNear, zFar);
    [all...]
  /external/libvncserver/libvncserver/
rfbregion.c 588 int xmin=((unsigned int)(int)-1)>>1,ymin=xmin,xmax=1-xmin,ymax=xmax; local
598 if(vcurr->end>ymax)
599 ymax=vcurr->end;
613 if(xmax<xmin || ymax<ymin)
616 return sraRgnCreateRect(xmin,ymin,xmax,ymax);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 91 GLint xmin, ymin, xmax, ymax; member in struct:bitmap_cache
365 cache->ymax = -1000000;
440 cache->ymax - cache->ymin,
529 if (y + height > cache->ymax)
530 cache->ymax = y + height;
  /frameworks/native/opengl/tests/angeles/
demo.c 505 GLfloat xmin, xmax, ymin, ymax; local
507 ymax = zNear * (GLfloat)tan(fovy * PI / 360);
508 ymin = -ymax;
510 xmax = ymax * aspect;
513 (GLfixed)(ymin * 65536), (GLfixed)(ymax * 65536),
  /external/libopus/celt/
pitch.c 315 opus_val32 xmax, ymax; local
338 ymax = celt_maxabs16(y_lp4, lag>>2);
339 shift = celt_ilog2(MAX32(1, MAX32(xmax, ymax)))-11;
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 336 ymax = h*(1+FEATURE_MARGIN)/2
342 mask = (p0[:, 0, 1] >= ymin) & (p0[:, 0, 1] <= ymax)
  /external/skia/src/pdf/
SkPDFBitmap.cpp 104 int ymax = SkTMin(yOrig + 1, bm.height() - 1); local
107 for (int y = ymin; y <= ymax; ++y) {
  /external/opencv/cxcore/src/
cxdrawing.cpp 1000 int xmin, xmax, ymin, ymax
    [all...]
  /external/libjpeg-turbo/
wrrle.c 194 header.ymax = cinfo->output_height - 1;
rdrle.c 119 height = source->header.ymax - source->header.ymin + 1;
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder_3d_bottom.h 561 unsigned ymax = y + height - 1; local
585 if (ymax > rect_limit) ymax = rect_limit;
591 dw[2] = ymax << 16 | xmax;
  /prebuilts/misc/windows/sdl2/test/
testautomation_rect.c 131 int ymax = refRect.y + refRect.h - 1; local
133 int y1Ref = SDLTest_RandomIntegerInRange(ymin + 1, ymax - 1);
135 int y2Ref = SDLTest_RandomIntegerInRange(ymin + 1, ymax - 1);
148 y2 = ymax;
151 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, x1Ref, y1Ref, xmax, ymax);
164 y2 = ymax;
167 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin, ymin, xmax, ymax);
170 y1 = ymax;
175 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin, ymax, xmax, ymin);
    [all...]
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 182 plt_s.set_ylim(ymin=0, ymax=(O + S*xmax)*1.25)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
frontend.cpp 123 uint32_t macroTileYMax = (pDesc->rect.ymax - 1) / KNOB_MACROTILE_Y_DIM;
161 uint32_t macroTileYMax = (pDesc->rect.ymax - 1) / KNOB_MACROTILE_Y_DIM;
201 uint32_t macroTileYMax = (pDesc->rect.ymax / KNOB_MACROTILE_Y_DIM) - 1;
209 macroTileYMax = (pDesc->rect.ymax - 1) / KNOB_MACROTILE_Y_DIM;
    [all...]

Completed in 662 milliseconds

12 3