HomeSort by relevance Sort by last modified time
    Searched full:step_x (Results 1 - 4 of 4) 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;
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c 1282 int step_y, step_x; local
1314 int step_y, step_x; local
    [all...]
  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 691 int32_t step_x, step_y;
700 step_x = srcWidth / dstWidth;
708 src_pos = src_y_start_pos + (x * (step_x * 2));
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp 982 int32_t step_x, step_y; local
991 step_x = srcWidth / dstWidth;
999 src_pos = src_y_start_pos + (x * (step_x * 2));
    [all...]

Completed in 175 milliseconds