HomeSort by relevance Sort by last modified time
    Searched refs:VP8PutSignedValue (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
bit_writer.h 41 void VP8PutSignedValue(VP8BitWriter* const bw, int value, int nb_bits);
syntax.c 93 VP8PutSignedValue(bw, enc->dqm_[s].quant_, 7);
96 VP8PutSignedValue(bw, enc->dqm_[s].fstrength_, 6);
123 VP8PutSignedValue(bw, hdr->i4x4_lf_delta_, 6);
133 VP8PutSignedValue(bw, enc->dq_y1_dc_, 4);
134 VP8PutSignedValue(bw, enc->dq_y2_dc_, 4);
135 VP8PutSignedValue(bw, enc->dq_y2_ac_, 4);
136 VP8PutSignedValue(bw, enc->dq_uv_dc_, 4);
137 VP8PutSignedValue(bw, enc->dq_uv_ac_, 4);
bit_writer.c 140 void VP8PutSignedValue(VP8BitWriter* const bw, int value, int nb_bits) {

Completed in 654 milliseconds