HomeSort by relevance Sort by last modified time
    Searched refs:diff_proc (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
differ_block.cc 36 static int (*diff_proc)(const uint8_t*, const uint8_t*, int) = NULL;
38 if (!diff_proc) {
42 diff_proc = &BlockDifference_C;
47 diff_proc = &BlockDifference_SSE2_W32;
49 diff_proc = &BlockDifference_SSE2_W16;
51 diff_proc = &BlockDifference_C;
56 return diff_proc(image1, image2, stride);
  /external/chromium_org/third_party/skia/bench/
RegionBench.cpp 23 static bool diff_proc(SkRegion& a, SkRegion& b) { function
179 DEF_BENCH( return SkNEW_ARGS(RegionBench, (SMALL, diff_proc, "difference")); )
  /external/skia/bench/
RegionBench.cpp 23 static bool diff_proc(SkRegion& a, SkRegion& b) { function
179 DEF_BENCH( return SkNEW_ARGS(RegionBench, (SMALL, diff_proc, "difference")); )

Completed in 307 milliseconds