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

  /external/libyuv/files/util/
ssim.cc 303 const int start_y = start_max(image_height - KERNEL_Y, KERNEL_Y); local
347 for (int j = start_y; j < image_height; ++j) {
  /external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc 1343 uint8* start_y = dst_y + y * dst_stride_y + x; local
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 1602 uint8* start_y = dst_y + y * dst_stride_y + x; local
    [all...]
  /external/skia/src/core/
SkScan_Path.cpp 96 SkBlitter* blitter, int start_y, int stop_y,
100 int curr_y = start_y;
209 SkBlitter* blitter, int start_y, int stop_y,
225 SkASSERT(local_top >= start_y);
390 int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) {
407 * our top (start_y) and will draw below our bottom (stop_y). Thus
412 if (rect.fTop < start_y) {
413 rect.fTop = start_y;
445 start_y = SkLeftShift(start_y, shiftEdgesUp)
736 int start_y = ir.fTop; local
    [all...]
  /external/webp/src/dec/
io_dec.c 155 int start_y = io->mb_y; local
161 if (start_y == 0) {
165 --start_y;
173 *num_rows = io->crop_bottom - io->crop_top - start_y;
176 return start_y;
189 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
190 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
213 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); local
214 uint8_t* const base_rgba = buf->rgba + start_y * buf->stride;
  /external/webp/src/enc/
predictor_enc.c 293 const int start_y = tile_y << bits; local
295 const int max_y = GetMin(tile_size, height - start_y);
333 if (start_y > 0) {
339 argb + (start_y - 1) * width + context_start_x,
343 const int y = start_y + relative_y;
  /external/ImageMagick/MagickCore/
draw.c 3976 start_y, local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1816 FT_Pos start_y; local
1867 FT_Pos start_y; local
1915 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 721 int y, start_y, finish_y; local
728 start_y = sy;
729 if (start_y < miny)
730 start_y = miny;
736 start_y -= sy;
740 debug_printf("%s %d %d\n", __FUNCTION__, start_y, finish_y);
743 for (y = start_y; y < finish_y; y++) {
    [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 1768 FT_Pos start_y; local
1819 FT_Pos start_y; local
1867 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 112 FX_FLOAT start_y = pCoords->GetNumberAt(1); local
132 FX_FLOAT y_span = end_y - start_y;
165 (((pos.x - start_x) * x_span) + ((pos.y - start_y) * y_span)) /
196 FX_FLOAT start_y = pCoords->GetNumberAt(1); local
240 ((start_y - end_y) * (start_y - end_y)) -
248 ((start_y - end_y) * (start_y - end_y))));
259 ((pos.y - start_y) * (end_y - start_y))
2313 int start_x, start_y; local
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 1682 FX_FLOAT start_y = pCoords->GetNumberAt(1); local
1722 FX_FLOAT start_y = pCoords->GetNumberAt(1); local
    [all...]

Completed in 477 milliseconds