Home
last modified time | relevance | path

Searched refs:run_ (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dbit_writer_utils.c63 if (!BitWriterResize(bw, bw->run_ + 1)) { in Flush()
69 if (bw->run_ > 0) { in Flush()
71 for (; bw->run_ > 0; --bw->run_) bw->buf_[pos++] = value; in Flush()
76 bw->run_++; // delay writing of bytes 0xff, pending eventual carry. in Flush()
165 bw->run_ = 0; in VP8BitWriterInit()
A Dbit_writer_utils.h30 int run_; // number of outstanding bits member
58 return (bw->pos_ + bw->run_) * 8 + nb_bits; in VP8BitWriterPos()

Completed in 3 milliseconds