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

  /external/chromium_org/third_party/libwebp/utils/
bit_writer.h 70 // VP8LBitWriter
94 } VP8LBitWriter;
96 static WEBP_INLINE size_t VP8LBitWriterNumBytes(VP8LBitWriter* const bw) {
100 uint8_t* VP8LBitWriterFinish(VP8LBitWriter* const bw);
103 int VP8LBitWriterInit(VP8LBitWriter* const bw, size_t expected_size);
105 void VP8LBitWriterDestroy(VP8LBitWriter* const bw);
111 // VP8LBitWriter's error_ flag is set in case of memory allocation error.
112 void VP8LWriteBits(VP8LBitWriter* const bw, int n_bits, uint32_t bits);
  /external/webp/src/utils/
bit_writer.h 70 // VP8LBitWriter
94 } VP8LBitWriter;
96 static WEBP_INLINE size_t VP8LBitWriterNumBytes(VP8LBitWriter* const bw) {
100 uint8_t* VP8LBitWriterFinish(VP8LBitWriter* const bw);
103 int VP8LBitWriterInit(VP8LBitWriter* const bw, size_t expected_size);
105 void VP8LBitWriterDestroy(VP8LBitWriter* const bw);
111 // VP8LBitWriter's error_ flag is set in case of memory allocation error.
112 void VP8LWriteBits(VP8LBitWriter* const bw, int n_bits, uint32_t bits);

Completed in 1463 milliseconds