VP8PutValue       209 third_party/libwebp/enc/syntax.c           VP8PutValue(bw, proba->segments_[s], 8);
VP8PutValue       221 third_party/libwebp/enc/syntax.c   VP8PutValue(bw, hdr->level_, 6);
VP8PutValue       222 third_party/libwebp/enc/syntax.c   VP8PutValue(bw, hdr->sharpness_, 3);
VP8PutValue       228 third_party/libwebp/enc/syntax.c       VP8PutValue(bw, 0, 4);
VP8PutValue       231 third_party/libwebp/enc/syntax.c       VP8PutValue(bw, 0, 3);    // all others unused
VP8PutValue       239 third_party/libwebp/enc/syntax.c   VP8PutValue(bw, enc->base_quant_, 7);
VP8PutValue       317 third_party/libwebp/enc/syntax.c   VP8PutValue(bw, enc->num_parts_ == 8 ? 3 :
VP8PutValue       494 third_party/libwebp/enc/tree.c             VP8PutValue(bw, p0, 8);
VP8PutValue       501 third_party/libwebp/enc/tree.c     VP8PutValue(bw, probas->skip_proba_, 8);
VP8PutValue       150 third_party/libwebp/utils/bit_writer.c     VP8PutValue(bw, ((-value) << 1) | 1, nb_bits + 1);
VP8PutValue       152 third_party/libwebp/utils/bit_writer.c     VP8PutValue(bw, value << 1, nb_bits + 1);
VP8PutValue       171 third_party/libwebp/utils/bit_writer.c   VP8PutValue(bw, 0, 9 - bw->nb_bits_);
VP8PutValue        48 third_party/libwebp/utils/bit_writer.h void VP8PutValue(VP8BitWriter* const bw, int value, int nb_bits);