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

  /external/webp/src/utils/
bit_reader.h 89 uint32_t VP8GetValue(VP8BitReader* const br, int num_bits);
91 return VP8GetValue(br, 1);
bit_reader.c 92 uint32_t VP8GetValue(VP8BitReader* const br, int bits) {
101 const int value = VP8GetValue(br, bits);
  /external/webp/src/dec/
quant.c 64 const int base_q0 = VP8GetValue(br, 7);
tree.c 505 VP8GetValue(br, 8) : CoeffsProba0[t][b][c][p];
513 dec->skip_p_ = VP8GetValue(br, 8);
vp8.c 172 proba->segments_[s] = VP8Get(br) ? VP8GetValue(br, 8) : 255u;
199 dec->num_parts_ = 1 << VP8GetValue(br, 2);
223 hdr->level_ = VP8GetValue(br, 6);
224 hdr->sharpness_ = VP8GetValue(br, 3);

Completed in 199 milliseconds