VP8PutSignedValue  200 third_party/libwebp/enc/syntax.c         VP8PutSignedValue(bw, enc->dqm_[s].quant_, 7);
VP8PutSignedValue  203 third_party/libwebp/enc/syntax.c         VP8PutSignedValue(bw, enc->dqm_[s].fstrength_, 6);
VP8PutSignedValue  230 third_party/libwebp/enc/syntax.c       VP8PutSignedValue(bw, hdr->i4x4_lf_delta_, 6);
VP8PutSignedValue  240 third_party/libwebp/enc/syntax.c   VP8PutSignedValue(bw, enc->dq_y1_dc_, 4);
VP8PutSignedValue  241 third_party/libwebp/enc/syntax.c   VP8PutSignedValue(bw, enc->dq_y2_dc_, 4);
VP8PutSignedValue  242 third_party/libwebp/enc/syntax.c   VP8PutSignedValue(bw, enc->dq_y2_ac_, 4);
VP8PutSignedValue  243 third_party/libwebp/enc/syntax.c   VP8PutSignedValue(bw, enc->dq_uv_dc_, 4);
VP8PutSignedValue  244 third_party/libwebp/enc/syntax.c   VP8PutSignedValue(bw, enc->dq_uv_ac_, 4);
VP8PutSignedValue   49 third_party/libwebp/utils/bit_writer.h void VP8PutSignedValue(VP8BitWriter* const bw, int value, int nb_bits);