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

  /external/skia/src/core/
SkEdge.cpp 289 static inline int SkFDot6UpShift(SkFDot6 x, int upShift) {
290 SkASSERT((x << upShift >> upShift) == x);
291 return x << upShift;
377 compute coefficients with a 3*, so the safest upshift is really 6
379 int upShift = 6; // largest safe value
380 int downShift = shift + upShift - 10;
383 upShift = 10 - shift;
391 SkFixed B = SkFDot6UpShift(3 * (x1 - x0), upShift);
392 SkFixed C = SkFDot6UpShift(3 * (x0 - x1 - x1 + x2), upShift);
    [all...]
  /external/opencv/cv/src/
cvsnakes.cpp 299 int upshift = y ? 1 : 0; local
303 CvRect g_roi = { x*WTILE_SIZE - leftshift, y*WTILE_SIZE - upshift,
304 leftshift + WTILE_SIZE + rightshift, upshift + WTILE_SIZE + bottomshift };
316 (float) (dx[(l + upshift) * TILE_SIZE + m + leftshift] *
317 dx[(l + upshift) * TILE_SIZE + m + leftshift] +
318 dy[(l + upshift) * TILE_SIZE + m + leftshift] *
319 dy[(l + upshift) * TILE_SIZE + m + leftshift]);
  /external/libvpx/examples/includes/geshi/geshi/
per.php 172 "UPSHIFT",
  /external/srec/srec/cfront/
sp_fft.c 710 ** Notice that upshift scale log2Lenght-1 is not a constant, but a

Completed in 95 milliseconds