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

  /external/webp/src/utils/
bit_writer.h 74 typedef uint32_t vp8l_wtype_t; // writing type typedef
76 #define VP8L_WRITER_BYTES 4 // sizeof(vp8l_wtype_t)
77 #define VP8L_WRITER_BITS 32 // 8 * sizeof(vp8l_wtype_t)
81 typedef uint16_t vp8l_wtype_t; typedef
116 // PutBits internal function used in the 16 bit vp8l_wtype_t case.
126 if (sizeof(vp8l_wtype_t) == 4) {
bit_writer.c 260 *(vp8l_wtype_t*)bw->cur_ = (vp8l_wtype_t)WSWAP((vp8l_wtype_t)bw->bits_);
269 assert(sizeof(vp8l_wtype_t) == 2);
296 *(vp8l_wtype_t*)bw->cur_ = (vp8l_wtype_t)WSWAP((vp8l_wtype_t)lbits);

Completed in 54 milliseconds