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

  /external/opencv3/3rdparty/libwebp/utils/
bit_writer.h 70 // VP8LBitWriter
71 // TODO(vikasa): VP8LBitWriter is copied as-is from lossless code. There's scope
85 } VP8LBitWriter;
87 static WEBP_INLINE size_t VP8LBitWriterNumBytes(VP8LBitWriter* const bw) {
91 static WEBP_INLINE uint8_t* VP8LBitWriterFinish(VP8LBitWriter* const bw) {
96 int VP8LBitWriterInit(VP8LBitWriter* const bw, size_t expected_size);
98 void VP8LBitWriterDestroy(VP8LBitWriter* const bw);
116 // VP8LBitWriter's error_ flag is set in case of memory allocation error.
117 void VP8LWriteBits(VP8LBitWriter* const bw, int n_bits, uint32_t bits);
bit_writer.c 196 // VP8LBitWriter
199 static int VP8LBitWriterResize(VP8LBitWriter* const bw, size_t extra_size) {
227 int VP8LBitWriterInit(VP8LBitWriter* const bw, size_t expected_size) {
232 void VP8LBitWriterDestroy(VP8LBitWriter* const bw) {
239 void VP8LWriteBits(VP8LBitWriter* const bw, int n_bits, uint32_t bits) {
  /external/webp/src/utils/
bit_writer.h 70 // VP8LBitWriter
100 } VP8LBitWriter;
102 static WEBP_INLINE size_t VP8LBitWriterNumBytes(VP8LBitWriter* const bw) {
107 int VP8LBitWriterInit(VP8LBitWriter* const bw, size_t expected_size);
109 uint8_t* VP8LBitWriterFinish(VP8LBitWriter* const bw);
111 void VP8LBitWriterWipeOut(VP8LBitWriter* const bw);
114 void VP8LPutBitsFlushBits(VP8LBitWriter* const bw);
117 void VP8LPutBitsInternal(VP8LBitWriter* const bw, uint32_t bits, int n_bits);
123 // VP8LBitWriter's error_ flag is set in case of memory allocation error.
124 static WEBP_INLINE void VP8LPutBits(VP8LBitWriter* const bw
    [all...]
bit_writer.c 199 // VP8LBitWriter
206 static int VP8LBitWriterResize(VP8LBitWriter* const bw, size_t extra_size) {
237 int VP8LBitWriterInit(VP8LBitWriter* const bw, size_t expected_size) {
242 void VP8LBitWriterWipeOut(VP8LBitWriter* const bw) {
249 void VP8LPutBitsFlushBits(VP8LBitWriter* const bw) {
266 void VP8LPutBitsInternal(VP8LBitWriter* const bw, uint32_t bits, int n_bits) {
306 uint8_t* VP8LBitWriterFinish(VP8LBitWriter* const bw) {
  /external/opencv3/3rdparty/libwebp/enc/
vp8li.h 62 VP8LBitWriter* const bw);
vp8l.c 246 VP8LBitWriter* const bw, const uint8_t* code_length_bitdepth) {
284 VP8LBitWriter* const bw,
306 static int StoreFullHuffmanCode(VP8LBitWriter* const bw,
376 static int StoreHuffmanCode(VP8LBitWriter* const bw,
415 static void WriteHuffmanCode(VP8LBitWriter* const bw,
424 VP8LBitWriter* const bw, int width, int histo_bits,
472 static int EncodeImageNoHuffman(VP8LBitWriter* const bw,
519 static int EncodeImageInternal(VP8LBitWriter* const bw,
642 VP8LBitWriter* const bw) {
681 VP8LBitWriter* const bw)
    [all...]
alpha.c 58 VP8LBitWriter tmp_bw;
  /external/webp/src/enc/
vp8li.h 69 VP8LBitWriter* const bw);
vp8l.c 497 VP8LBitWriter* const bw, const uint8_t* code_length_bitdepth) {
535 VP8LBitWriter* const bw,
558 static void StoreFullHuffmanCode(VP8LBitWriter* const bw,
621 static void StoreHuffmanCode(VP8LBitWriter* const bw,
660 static WEBP_INLINE void WriteHuffmanCode(VP8LBitWriter* const bw,
669 VP8LBitWriter* const bw,
680 VP8LBitWriter* const bw, int width, int histo_bits,
741 static WebPEncodingError EncodeImageNoHuffman(VP8LBitWriter* const bw,
822 static WebPEncodingError EncodeImageInternal(VP8LBitWriter* const bw,
    [all...]
alpha.c 51 VP8LBitWriter* const bw,
114 VP8LBitWriter tmp_bw;

Completed in 281 milliseconds