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

  /external/webp/src/enc/
tree.c 320 if (enc->segment_hdr_.update_map_) {
syntax.c 88 VP8PutBitUniform(bw, hdr->update_map_);
99 if (hdr->update_map_) {
analysis.c 102 enc->segment_hdr_.update_map_ =
110 enc->segment_hdr_.update_map_ = 0;
vp8enci.h 177 int update_map_; // whether to update the segment map or not. member in struct:__anon15237
webpenc.c 69 hdr->update_map_ = (hdr->num_segments_ > 1);
  /external/webp/src/dec/
vp8.c 133 hdr->update_map_ = 0;
146 hdr->update_map_ = VP8Get(br);
157 if (hdr->update_map_) {
164 hdr->update_map_ = 0;
658 if (dec->segment_hdr_.update_map_) {
vp8i.h 120 int update_map_; // whether to update the segment map or not member in struct:__anon15220

Completed in 37 milliseconds