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

  /external/webp/src/dec/
vp8i.h 123 int update_map_; // whether to update the segment map or not member in struct:__anon18193
vp8.c 142 hdr->update_map_ = 0;
155 hdr->update_map_ = VP8Get(br);
166 if (hdr->update_map_) {
173 hdr->update_map_ = 0;
640 if (dec->segment_hdr_.update_map_) {
  /external/webp/src/enc/
tree.c 323 if (enc->segment_hdr_.update_map_) {
syntax.c 197 VP8PutBitUniform(bw, hdr->update_map_);
208 if (hdr->update_map_) {
vp8enci.h 195 int update_map_; // whether to update the segment map or not. member in struct:__anon18230
webpenc.c 69 hdr->update_map_ = (hdr->num_segments_ > 1);
frame.c 242 enc->segment_hdr_.update_map_ =
250 enc->segment_hdr_.update_map_ = 0;

Completed in 939 milliseconds