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

  /external/chromium_org/third_party/libwebp/utils/
bit_writer.h 89 // After all bits are written (VP8LBitWriterFinish()), the caller must observe
100 uint8_t* VP8LBitWriterFinish(VP8LBitWriter* const bw);
bit_writer.c 294 uint8_t* VP8LBitWriterFinish(VP8LBitWriter* const bw) {
  /external/webp/src/utils/
bit_writer.h 89 // After all bits are written (VP8LBitWriterFinish()), the caller must observe
100 uint8_t* VP8LBitWriterFinish(VP8LBitWriter* const bw);
bit_writer.c 294 uint8_t* VP8LBitWriterFinish(VP8LBitWriter* const bw) {
  /external/chromium_org/third_party/libwebp/enc/
alpha.c 91 const uint8_t* const buffer = VP8LBitWriterFinish(&tmp_bw);
vp8l.c 817 const uint8_t* const webpll_data = VP8LBitWriterFinish(bw);
    [all...]
  /external/webp/src/enc/
alpha.c 91 const uint8_t* const buffer = VP8LBitWriterFinish(&tmp_bw);
vp8l.c 817 const uint8_t* const webpll_data = VP8LBitWriterFinish(bw);
    [all...]

Completed in 4748 milliseconds