VP8GetValue 64 third_party/libwebp/dec/quant.c const int base_q0 = VP8GetValue(br, 7); VP8GetValue 483 third_party/libwebp/dec/tree.c VP8GetValue(br, 8) : CoeffsProba0[t][b][c][p]; VP8GetValue 491 third_party/libwebp/dec/tree.c dec->skip_p_ = VP8GetValue(br, 8); VP8GetValue 171 third_party/libwebp/dec/vp8.c proba->segments_[s] = VP8Get(br) ? VP8GetValue(br, 8) : 255u; VP8GetValue 198 third_party/libwebp/dec/vp8.c dec->num_parts_ = 1 << VP8GetValue(br, 2); VP8GetValue 222 third_party/libwebp/dec/vp8.c hdr->level_ = VP8GetValue(br, 6); VP8GetValue 223 third_party/libwebp/dec/vp8.c hdr->sharpness_ = VP8GetValue(br, 3); VP8GetValue 105 third_party/libwebp/utils/bit_reader.c const int value = VP8GetValue(br, bits); VP8GetValue 137 third_party/libwebp/utils/bit_reader.h uint32_t VP8GetValue(VP8BitReader* const br, int num_bits); VP8GetValue 139 third_party/libwebp/utils/bit_reader.h return VP8GetValue(br, 1);