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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_zs.c 152 uint16_t *max_w, uint16_t *max_h)
161 *max_h = 1;
166 *max_h = max_size;
170 *max_h = 2048;
175 *max_h = 1;
247 uint16_t w, h, max_w, max_h; local
270 zs_get_gen6_max_extent(dev, info, &max_w, &max_h);
271 assert(w && h && w <= max_w && h <= max_h);
ilo_state_surface.c 516 uint16_t *max_w, uint16_t *max_h)
525 *max_h = 1;
530 *max_h = max_size;
534 *max_h = 2048;
539 *max_h = 1;
549 uint16_t w, h, max_w, max_h; local
556 surface_get_gen6_image_max_extent(dev, info, &max_w, &max_h);
557 assert(w && h && w <= max_w && h <= max_h);
    [all...]
  /external/syslinux/memdisk/
setup.c 435 int h, s, max_h, max_s; local
437 max_h = hd_geometry.h;
440 if (!(max_h | max_s)) {
463 max_h = fs->bpb_numheads;
469 if (!(max_h | max_s)) {
518 max_h = h;
544 if (max_h < h)
545 max_h = h;
552 if (max_h < h) {
553 max_h = h
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 206 Word16 max_h, max_l, ener_h, ener_l;
251 L_Extract (max, &max_h, &max_l);
254 t0 = Mpy_32 (max_h, max_l, ener_h, ener_l);
327 Word16 max_h; local
402 /* L_Extract (max, &max_h, &max_l), i.e. */
404 /* *max_h = extract_h (max); */
405 max_h = (Word16)(max >> 16);
411 /* *max_l = extract_l (L_msu (L_shr (max, 1), *max_h, 16384)); */
412 L_temp_3 = (Word32)(max_h << 15);
435 t0 = Mpy_32(max_h, max_l, ener_h, ener_l, pOverflow)
    [all...]
  /external/pdfium/testing/image_diff/
image_diff.cpp 129 int max_h = std::max(baseline.h(), actual.h()); local
133 *pixels_different += (max_h - h) * max_w;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 209 const unsigned max_h = 1024; local
211 unsigned sub_h = h > max_h ? max_h : h;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_video.h 581 * \param max_h The maximum height of the window, must be >0
590 int max_w, int max_h);
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_video.h 581 * \param max_h The maximum height of the window, must be >0
590 int max_w, int max_h);
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_video.h 581 * \param max_h The maximum height of the window, must be >0
590 int max_w, int max_h);
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_video.h 581 * \param max_h The maximum height of the window, must be >0
590 int max_w, int max_h);
    [all...]

Completed in 630 milliseconds