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

  /external/chromium_org/third_party/libwebp/dec/
webpi.h 44 OutputRowFunc emit_alpha_row; // output one line of rescaled alpha values member in struct:WebPDecParams
io.c 485 pos += p->emit_alpha_row(p, pos);
537 p->emit_alpha_row = ExportAlphaRGBA4444;
539 p->emit_alpha_row = ExportAlpha;
558 p->emit_alpha_row = NULL;
  /external/webp/src/dec/
webpi.h 44 OutputRowFunc emit_alpha_row; // output one line of rescaled alpha values member in struct:WebPDecParams
io.c 485 pos += p->emit_alpha_row(p, pos);
537 p->emit_alpha_row = ExportAlphaRGBA4444;
539 p->emit_alpha_row = ExportAlpha;
558 p->emit_alpha_row = NULL;

Completed in 478 milliseconds