Searched refs:coalesce (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vpx_mem/memory_manager/
H A Dhmm_base.c179 /* Flags if coalesce with adjacent block. */
180 int coalesce; variable
219 coalesce = 1;
222 coalesce = 0;
226 coalesce = 1;
229 if (coalesce)
260 coalesce = 1;
263 coalesce = 0;
267 coalesce = 1;
270 if (coalesce)
[all...]
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp468 bool coalesce = shouldCoalesce(event->area, rects.get(), rectCount); local
470 if (coalesce) {

Completed in 47 milliseconds