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

  /external/chromium_org/third_party/libwebp/dec/
tree.c 549 proba->coeffs_[t][b][c][p] = VP8GetValue(br, 8);
557 dec->skip_p_ = VP8GetValue(br, 8);
562 dec->intra_p_ = VP8GetValue(br, 8);
563 dec->last_p_ = VP8GetValue(br, 8);
564 dec->golden_p_ = VP8GetValue(br, 8);
567 proba->ymode_[i] = VP8GetValue(br, 8);
572 proba->uvmode_[i] = VP8GetValue(br, 8);
580 const int v = VP8GetValue(br, 7);
quant.c 68 const int base_q0 = VP8GetValue(br, 7);
vp8.c 171 proba->segments_[s] = VP8Get(br) ? VP8GetValue(br, 8) : 255u;
198 dec->num_parts_ = 1 << VP8GetValue(br, 2);
222 hdr->level_ = VP8GetValue(br, 6);
223 hdr->sharpness_ = VP8GetValue(br, 3);
389 dec->buffer_flags_ |= VP8GetValue(br, 2) << 2;
392 dec->buffer_flags_ |= VP8GetValue(br, 2) << 4;
  /external/webp/src/dec/
tree.c 549 proba->coeffs_[t][b][c][p] = VP8GetValue(br, 8);
557 dec->skip_p_ = VP8GetValue(br, 8);
562 dec->intra_p_ = VP8GetValue(br, 8);
563 dec->last_p_ = VP8GetValue(br, 8);
564 dec->golden_p_ = VP8GetValue(br, 8);
567 proba->ymode_[i] = VP8GetValue(br, 8);
572 proba->uvmode_[i] = VP8GetValue(br, 8);
580 const int v = VP8GetValue(br, 7);
quant.c 68 const int base_q0 = VP8GetValue(br, 7);
vp8.c 171 proba->segments_[s] = VP8Get(br) ? VP8GetValue(br, 8) : 255u;
198 dec->num_parts_ = 1 << VP8GetValue(br, 2);
222 hdr->level_ = VP8GetValue(br, 6);
223 hdr->sharpness_ = VP8GetValue(br, 3);
389 dec->buffer_flags_ |= VP8GetValue(br, 2) << 2;
392 dec->buffer_flags_ |= VP8GetValue(br, 2) << 4;
  /external/chromium_org/third_party/libwebp/utils/
bit_reader.c 100 uint32_t VP8GetValue(VP8BitReader* const br, int bits) {
109 const int value = VP8GetValue(br, bits);
bit_reader.h 138 uint32_t VP8GetValue(VP8BitReader* const br, int num_bits);
140 return VP8GetValue(br, 1);
  /external/webp/src/utils/
bit_reader.c 100 uint32_t VP8GetValue(VP8BitReader* const br, int bits) {
109 const int value = VP8GetValue(br, bits);
bit_reader.h 138 uint32_t VP8GetValue(VP8BitReader* const br, int num_bits);
140 return VP8GetValue(br, 1);

Completed in 146 milliseconds