HomeSort by relevance Sort by last modified time
    Searched full:step_x (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGen/
mandel.c 23 #define step_X ((END_X - START_X)/IMAGE_WIDTH)
36 double __complex__ c = (START_X+x*step_X) + (START_Y+y*step_Y) * I;
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 693 int step_x, step_y; local
702 step_x = srcW / dstW;
706 unsigned int stepXStride = step_x * 2;
727 int32_t step_x, step_y; local
737 step_x = srcW / dstW;
748 src_pos = src_y_start_pos + (x * step_x);
762 src_pos = src_y_start_pos + (j * step_x);
    [all...]
ExynosCameraHWInterface.cpp 3512 int32_t step_x, step_y; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 679 int step_x, step_y; local
688 step_x = srcW / dstW;
692 unsigned int stepXStride = step_x * 2;
713 int32_t step_x, step_y; local
723 step_x = srcW / dstW;
734 src_pos = src_y_start_pos + (x * step_x);
745 src_pos = src_y_start_pos + (j * step_x);
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_impl_unittest.cc 668 int step_x = std::ceil(content_bounds.width() / raster_divisions); local
671 offset_x += step_x) {
674 gfx::Rect content_rect(offset_x, offset_y, step_x, step_y);

Completed in 792 milliseconds