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

/external/chromium_org/third_party/libwebp/dec/
H A Dquant.c65 const int dqy1_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
66 const int dqy2_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
67 const int dqy2_ac = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
68 const int dquv_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
69 const int dquv_ac = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
H A Dvp8.c156 hdr->use_segment_ = VP8Get(br);
158 hdr->update_map_ = VP8Get(br);
159 if (VP8Get(br)) { // update data
161 hdr->absolute_delta_ = VP8Get(br);
163 hdr->quantizer_[s] = VP8Get(br) ? VP8GetSignedValue(br, 7) : 0;
166 hdr->filter_strength_[s] = VP8Get(br) ? VP8GetSignedValue(br, 6) : 0;
172 proba->segments_[s] = VP8Get(br) ? VP8GetValue(br, 8) : 255u;
222 hdr->simple_ = VP8Get(br);
225 hdr->use_lf_delta_ = VP8Get(br);
227 if (VP8Get(b
[all...]
H A Dtree.c511 dec->use_skip_proba_ = VP8Get(br);
/external/webp/src/dec/
H A Dquant.c65 const int dqy1_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
66 const int dqy2_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
67 const int dqy2_ac = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
68 const int dquv_dc = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
69 const int dquv_ac = VP8Get(br) ? VP8GetSignedValue(br, 4) : 0;
H A Dvp8.c156 hdr->use_segment_ = VP8Get(br);
158 hdr->update_map_ = VP8Get(br);
159 if (VP8Get(br)) { // update data
161 hdr->absolute_delta_ = VP8Get(br);
163 hdr->quantizer_[s] = VP8Get(br) ? VP8GetSignedValue(br, 7) : 0;
166 hdr->filter_strength_[s] = VP8Get(br) ? VP8GetSignedValue(br, 6) : 0;
172 proba->segments_[s] = VP8Get(br) ? VP8GetValue(br, 8) : 255u;
222 hdr->simple_ = VP8Get(br);
225 hdr->use_lf_delta_ = VP8Get(br);
227 if (VP8Get(b
[all...]
H A Dtree.c511 dec->use_skip_proba_ = VP8Get(br);
/external/chromium_org/third_party/libwebp/utils/
H A Dbit_reader.h90 static WEBP_INLINE uint32_t VP8Get(VP8BitReader* const br) { function
H A Dbit_reader.c102 return VP8Get(br) ? -value : value;
/external/webp/src/utils/
H A Dbit_reader.h90 static WEBP_INLINE uint32_t VP8Get(VP8BitReader* const br) { function
H A Dbit_reader.c102 return VP8Get(br) ? -value : value;

Completed in 528 milliseconds