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

  /external/webp/include/webp/
format_constants.h 16 #define VP8_SIGNATURE 0x9d012a // Signature in VP8 data.
  /external/webp/src/enc/
syntax.c 135 vp8_frm_hdr[3] = (VP8_SIGNATURE >> 16) & 0xff;
136 vp8_frm_hdr[4] = (VP8_SIGNATURE >> 8) & 0xff;
137 vp8_frm_hdr[5] = (VP8_SIGNATURE >> 0) & 0xff;

Completed in 212 milliseconds