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

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

Completed in 646 milliseconds