Lines Matching refs:VP8Get
153 hdr->use_segment_ = VP8Get(br);
155 hdr->update_map_ = VP8Get(br);
156 if (VP8Get(br)) { // update data
158 hdr->absolute_delta_ = VP8Get(br);
160 hdr->quantizer_[s] = VP8Get(br) ? VP8GetSignedValue(br, 7) : 0;
163 hdr->filter_strength_[s] = VP8Get(br) ? VP8GetSignedValue(br, 6) : 0;
169 proba->segments_[s] = VP8Get(br) ? VP8GetValue(br, 8) : 255u;
219 hdr->simple_ = VP8Get(br);
222 hdr->use_lf_delta_ = VP8Get(br);
224 if (VP8Get(br)) { // update lf-delta?
227 if (VP8Get(br)) {
232 if (VP8Get(br)) {
374 pic_hdr->colorspace_ = VP8Get(br);
375 pic_hdr->clamp_type_ = VP8Get(br);
398 dec->buffer_flags_ = VP8Get(br) << 0; // update golden
399 dec->buffer_flags_ |= VP8Get(br) << 1; // update alt ref
406 dec->buffer_flags_ |= VP8Get(br) << 6; // sign bias golden
407 dec->buffer_flags_ |= VP8Get(br) << 7; // sign bias alt ref
418 dec->update_proba_ = VP8Get(br);
424 (frm_hdr->key_frame_ || VP8Get(br)) << 8; // refresh last frame
426 VP8Get(br); // just ignore the value of update_proba_