Searched defs:vp8x (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dsyntax.c53 uint8_t vp8x[CHUNK_HEADER_SIZE + VP8X_CHUNK_SIZE] = { local
66 PutLE32(vp8x + TAG_SIZE, VP8X_CHUNK_SIZE);
67 PutLE32(vp8x + CHUNK_HEADER_SIZE, flags);
68 PutLE24(vp8x + CHUNK_HEADER_SIZE + 4, pic->width - 1);
69 PutLE24(vp8x + CHUNK_HEADER_SIZE + 7, pic->height - 1);
70 if (!pic->writer(vp8x, sizeof(vp8x), pic)) {
/external/webp/src/enc/
H A Dsyntax.c53 uint8_t vp8x[CHUNK_HEADER_SIZE + VP8X_CHUNK_SIZE] = { local
66 PutLE32(vp8x + TAG_SIZE, VP8X_CHUNK_SIZE);
67 PutLE32(vp8x + CHUNK_HEADER_SIZE, flags);
68 PutLE24(vp8x + CHUNK_HEADER_SIZE + 4, pic->width - 1);
69 PutLE24(vp8x + CHUNK_HEADER_SIZE + 7, pic->height - 1);
70 if (!pic->writer(vp8x, sizeof(vp8x), pic)) {

Completed in 91 milliseconds