Home | History | Annotate | Download | only in utils

Lines Matching refs:VP8BitWriter

24 // VP8BitWriter
26 static int BitWriterResize(VP8BitWriter* const bw, size_t extra_size) {
55 static void Flush(VP8BitWriter* const bw) {
108 int VP8PutBit(VP8BitWriter* const bw, int bit, int prob) {
126 int VP8PutBitUniform(VP8BitWriter* const bw, int bit) {
143 void VP8PutValue(VP8BitWriter* const bw, int value, int nb_bits) {
149 void VP8PutSignedValue(VP8BitWriter* const bw, int value, int nb_bits) {
161 int VP8BitWriterInit(VP8BitWriter* const bw, size_t expected_size) {
173 uint8_t* VP8BitWriterFinish(VP8BitWriter* const bw) {
180 int VP8BitWriterAppend(VP8BitWriter* const bw,
190 void VP8BitWriterWipeOut(VP8BitWriter* const bw) {