Searched refs:VP8PutSignedValue (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dsyntax.c92 VP8PutSignedValue(bw, enc->dqm_[s].quant_, 7);
95 VP8PutSignedValue(bw, enc->dqm_[s].fstrength_, 6);
122 VP8PutSignedValue(bw, hdr->i4x4_lf_delta_, 6);
132 VP8PutSignedValue(bw, enc->dq_y1_dc_, 4);
133 VP8PutSignedValue(bw, enc->dq_y2_dc_, 4);
134 VP8PutSignedValue(bw, enc->dq_y2_ac_, 4);
135 VP8PutSignedValue(bw, enc->dq_uv_dc_, 4);
136 VP8PutSignedValue(bw, enc->dq_uv_ac_, 4);
H A Dbit_writer.h41 void VP8PutSignedValue(VP8BitWriter* const bw, int value, int nb_bits);
H A Dbit_writer.c140 void VP8PutSignedValue(VP8BitWriter* const bw, int value, int nb_bits) { function

Completed in 94 milliseconds