Searched refs:VP8Get (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Dquant.c67 const int dqy1_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
68 const int dqy2_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
69 const int dqy2_ac = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
70 const int dquv_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
71 const int dquv_ac = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
H A Dvp8.c84 hdr->use_segment_ = VP8Get(br);
86 hdr->update_map_ = VP8Get(br);
87 if (VP8Get(br)) { // update data
89 hdr->absolute_delta_ = VP8Get(br);
91 hdr->quantizer_[s] = VP8Get(br) ? VP8GetSignedValue(br, 7) : 0;
94 hdr->filter_strength_[s] = VP8Get(br) ? VP8GetSignedValue(br, 6) : 0;
100 proba->segments_[s] = VP8Get(br) ? VP8GetValue(br, 8) : 255u;
142 hdr->simple_ = VP8Get(br);
145 hdr->use_lf_delta_ = VP8Get(br);
147 if (VP8Get(b
[all...]
H A Dbits.c71 return VP8Get(br) ? -value : value;
H A Dbits.h41 static inline uint32_t VP8Get(VP8BitReader* const br) { function
H A Dtree.c554 dec->use_skip_proba_ = VP8Get(br);
564 if (VP8Get(br)) { // update y-mode
569 if (VP8Get(br)) { // update uv-mode

Completed in 47 milliseconds