VP8PutValue 213 3rdparty/libwebp/enc/syntax.c VP8PutValue(bw, proba->segments_[s], 8); VP8PutValue 225 3rdparty/libwebp/enc/syntax.c VP8PutValue(bw, hdr->level_, 6); VP8PutValue 226 3rdparty/libwebp/enc/syntax.c VP8PutValue(bw, hdr->sharpness_, 3); VP8PutValue 232 3rdparty/libwebp/enc/syntax.c VP8PutValue(bw, 0, 4); VP8PutValue 235 3rdparty/libwebp/enc/syntax.c VP8PutValue(bw, 0, 3); // all others unused VP8PutValue 243 3rdparty/libwebp/enc/syntax.c VP8PutValue(bw, enc->base_quant_, 7); VP8PutValue 321 3rdparty/libwebp/enc/syntax.c VP8PutValue(bw, enc->num_parts_ == 8 ? 3 : VP8PutValue 499 3rdparty/libwebp/enc/tree.c VP8PutValue(bw, p0, 8); VP8PutValue 506 3rdparty/libwebp/enc/tree.c VP8PutValue(bw, probas->skip_proba_, 8); VP8PutValue 151 3rdparty/libwebp/utils/bit_writer.c VP8PutValue(bw, ((-value) << 1) | 1, nb_bits + 1); VP8PutValue 153 3rdparty/libwebp/utils/bit_writer.c VP8PutValue(bw, value << 1, nb_bits + 1); VP8PutValue 172 3rdparty/libwebp/utils/bit_writer.c VP8PutValue(bw, 0, 9 - bw->nb_bits_); VP8PutValue 48 3rdparty/libwebp/utils/bit_writer.h void VP8PutValue(VP8BitWriter* const bw, int value, int nb_bits);