HomeSort by relevance Sort by last modified time
    Searched defs:start_x (Results 1 - 9 of 9) sorted by null

  /external/libyuv/files/util/
ssim.cc 302 const int start_x = start_max(image_width - 8 + KERNEL_X, KERNEL_X); local
319 for (int i = KERNEL_X; i < start_x; ++i) {
322 if (start_x < image_width) {
  /external/webp/src/enc/
predictor_enc.c 292 const int start_x = tile_x << bits; local
296 const int max_x = GetMin(tile_size, width - start_x);
298 const int have_left = (start_x > 0);
299 const int have_right = (max_x < width - start_x);
302 const int context_start_x = start_x - have_left;
361 start_x, start_x + max_x, y, max_quantization, exact,
  /external/ImageMagick/MagickCore/
draw.c 4058 start_x, local
4126 start_x, local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1915 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1166 int start_x = 0, start_y = 0; local
    [all...]
cvhaar.cpp 1134 int start_x = 0, start_y = 0; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c 1867 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 111 FX_FLOAT start_x = pCoords->GetNumberAt(0);
131 FX_FLOAT x_span = end_x - start_x;
165 (((pos.x - start_x) * x_span) + ((pos.y - start_y) * y_span)) /
195 FX_FLOAT start_x = pCoords->GetNumberAt(0);
239 FX_FLOAT a = ((start_x - end_x) * (start_x - end_x)) +
247 int length = (int)FXSYS_sqrt((((start_x - end_x) * (start_x - end_x)) +
258 FX_FLOAT b = -2 * (((pos.x - start_x) * (end_x - start_x))
447 int start_x = std::max(min_x, 0); local
2313 int start_x, start_y; local
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 1681 FX_FLOAT start_x = pCoords->GetNumberAt(0); local
1721 FX_FLOAT start_x = pCoords->GetNumberAt(0); local
    [all...]

Completed in 377 milliseconds