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_dec.c 297 if (dec->segment_hdr_.update_map_) {
vp8_dec.c 153 hdr->update_map_ = 0;
166 hdr->update_map_ = VP8Get(br);
177 if (hdr->update_map_) {
184 hdr->update_map_ = 0;
vp8i_dec.h 89 int update_map_; // whether to update the segment map or not member in struct:__anon49415
  /external/webp/src/enc/
tree_enc.c 320 if (enc->segment_hdr_.update_map_) {
syntax_enc.c 195 VP8PutBitUniform(bw, hdr->update_map_);
206 if (hdr->update_map_) {
vp8i_enc.h 142 int update_map_; // whether to update the segment map or not. member in struct:__anon49461
frame_enc.c 216 enc->segment_hdr_.update_map_ =
218 if (!enc->segment_hdr_.update_map_) ResetSegments(enc);
225 enc->segment_hdr_.update_map_ = 0;
webp_enc.c 43 hdr->update_map_ = (hdr->num_segments_ > 1);

Completed in 89 milliseconds