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

  /external/opencv3/3rdparty/libwebp/utils/
bit_writer.h 91 static WEBP_INLINE uint8_t* VP8LBitWriterFinish(VP8LBitWriter* const bw) {
  /external/webp/src/utils/
bit_writer.h 95 // After all bits are written (VP8LBitWriterFinish()), the caller must observe
109 uint8_t* VP8LBitWriterFinish(VP8LBitWriter* const bw);
bit_writer.c 306 uint8_t* VP8LBitWriterFinish(VP8LBitWriter* const bw) {
  /external/opencv3/3rdparty/libwebp/enc/
alpha.c 92 const uint8_t* const buffer = VP8LBitWriterFinish(&tmp_bw);
vp8l.c 757 const uint8_t* const webpll_data = VP8LBitWriterFinish(bw);
    [all...]
  /external/webp/src/enc/
alpha.c 136 output = VP8LBitWriterFinish(&tmp_bw);
vp8l.c     [all...]

Completed in 322 milliseconds