Searched refs:VP8_SIGNATURE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Dformat_constants.h21 #define VP8_SIGNATURE 0x9d012a // Signature in VP8 data. macro
/external/webp/include/webp/
H A Dformat_constants.h21 #define VP8_SIGNATURE 0x9d012a // Signature in VP8 data. macro
/external/chromium_org/third_party/libwebp/enc/
H A Dsyntax.c133 vp8_frm_hdr[3] = (VP8_SIGNATURE >> 16) & 0xff;
134 vp8_frm_hdr[4] = (VP8_SIGNATURE >> 8) & 0xff;
135 vp8_frm_hdr[5] = (VP8_SIGNATURE >> 0) & 0xff;
/external/webp/src/enc/
H A Dsyntax.c133 vp8_frm_hdr[3] = (VP8_SIGNATURE >> 16) & 0xff;
134 vp8_frm_hdr[4] = (VP8_SIGNATURE >> 8) & 0xff;
135 vp8_frm_hdr[5] = (VP8_SIGNATURE >> 0) & 0xff;

Completed in 383 milliseconds