Searched refs:diff_proc (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
H A Ddiffer_block.cc38 static bool (*diff_proc)(const uint8_t*, const uint8_t*, int) = NULL;
40 if (!diff_proc) {
44 diff_proc = &BlockDifference_C;
49 diff_proc = &BlockDifference_SSE2_W32;
51 diff_proc = &BlockDifference_SSE2_W16;
53 diff_proc = &BlockDifference_C;
58 return diff_proc(image1, image2, stride);
/external/skia/bench/
H A DRegionBench.cpp22 static bool diff_proc(SkRegion& a, SkRegion& b) { function
125 DEF_BENCH(return new RegionBench(SMALL, diff_proc, "difference");)
/external/skqp/bench/
H A DRegionBench.cpp22 static bool diff_proc(SkRegion& a, SkRegion& b) { function
125 DEF_BENCH(return new RegionBench(SMALL, diff_proc, "difference");)

Completed in 726 milliseconds