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

  /external/chromium_org/third_party/libwebp/utils/
bit_writer.h 74 typedef uint32_t vp8l_wtype_t; // writing type typedef
78 typedef uint16_t vp8l_wtype_t; typedef
bit_writer.c 204 #define VP8L_WRITER_BYTES ((int)sizeof(vp8l_wtype_t))
283 *(vp8l_wtype_t*)bw->cur_ = (vp8l_wtype_t)WSWAP((vp8l_wtype_t)lbits);

Completed in 40 milliseconds