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

  /external/libvpx/vpx_mem/memory_manager/
hmm_base.c 179 /* Flags if coalesce with adjacent block. */
180 int coalesce; variable
206 /* Coalesce with backward block if possible. */
219 coalesce = 1;
222 coalesce = 0;
226 coalesce = 1;
229 if (coalesce)
251 /* Coalesce with forward block if possible. */
260 coalesce = 1;
263 coalesce = 0
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 468 bool coalesce = shouldCoalesce(event->area, rects.get(), rectCount); local
470 if (coalesce) {
    [all...]

Completed in 2136 milliseconds