VP8PutSignedValue  204 3rdparty/libwebp/enc/syntax.c         VP8PutSignedValue(bw, enc->dqm_[s].quant_, 7);
VP8PutSignedValue  207 3rdparty/libwebp/enc/syntax.c         VP8PutSignedValue(bw, enc->dqm_[s].fstrength_, 6);
VP8PutSignedValue  234 3rdparty/libwebp/enc/syntax.c       VP8PutSignedValue(bw, hdr->i4x4_lf_delta_, 6);
VP8PutSignedValue  244 3rdparty/libwebp/enc/syntax.c   VP8PutSignedValue(bw, enc->dq_y1_dc_, 4);
VP8PutSignedValue  245 3rdparty/libwebp/enc/syntax.c   VP8PutSignedValue(bw, enc->dq_y2_dc_, 4);
VP8PutSignedValue  246 3rdparty/libwebp/enc/syntax.c   VP8PutSignedValue(bw, enc->dq_y2_ac_, 4);
VP8PutSignedValue  247 3rdparty/libwebp/enc/syntax.c   VP8PutSignedValue(bw, enc->dq_uv_dc_, 4);
VP8PutSignedValue  248 3rdparty/libwebp/enc/syntax.c   VP8PutSignedValue(bw, enc->dq_uv_ac_, 4);
VP8PutSignedValue   49 3rdparty/libwebp/utils/bit_writer.h void VP8PutSignedValue(VP8BitWriter* const bw, int value, int nb_bits);