HomeSort by relevance Sort by last modified time
    Searched full:alpha_src (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
alpha.c 109 const uint8_t* alpha_src; local
134 alpha_src = tmp_alpha;
136 alpha_src = data;
140 ok = VP8BitWriterAppend(bw, alpha_src, width * height);
143 ok = EncodeLossless(alpha_src, width, height, effort_level, bw, stats);