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

  /external/webp/src/dec/
tree.c 290 if (dec->segment_hdr_.update_map_) {
vp8.c 145 hdr->update_map_ = 0;
158 hdr->update_map_ = VP8Get(br);
169 if (hdr->update_map_) {
176 hdr->update_map_ = 0;
vp8i.h 127 int update_map_; // whether to update the segment map or not member in struct:__anon21194
  /external/webp/src/enc/
tree.c 320 if (enc->segment_hdr_.update_map_) {
syntax.c 195 VP8PutBitUniform(bw, hdr->update_map_);
206 if (hdr->update_map_) {
vp8enci.h 200 int update_map_; // whether to update the segment map or not. member in struct:__anon21239
webpenc.c 43 hdr->update_map_ = (hdr->num_segments_ > 1);
frame.c 211 enc->segment_hdr_.update_map_ =
219 enc->segment_hdr_.update_map_ = 0;

Completed in 43 milliseconds