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

  /external/chromium_org/third_party/libwebp/dec/
webp.c 235 const int is_vp8l = !memcmp(data, "VP8L", TAG_SIZE); local
248 if (is_vp8 || is_vp8l) {
261 *is_lossless = is_vp8l;
  /external/webp/src/dec/
webp.c 235 const int is_vp8l = !memcmp(data, "VP8L", TAG_SIZE); local
248 if (is_vp8 || is_vp8l) {
261 *is_lossless = is_vp8l;

Completed in 171 milliseconds