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

  /external/libvpx/libvpx/test/
decode_test_driver.cc 50 const bool is_vp8 = decoder->IsVP8(); local
51 if (is_vp8) {
  /external/webp/src/dec/
webp.c 234 const int is_vp8 = !memcmp(data, "VP8 ", TAG_SIZE); local
248 if (is_vp8 || is_vp8l) {

Completed in 58 milliseconds