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

  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 125 int update_map_; // whether to update the segment map or not member in struct:__anon20425
vp8.c 144 hdr->update_map_ = 0;
157 hdr->update_map_ = VP8Get(br);
168 if (hdr->update_map_) {
175 hdr->update_map_ = 0;
642 if (dec->segment_hdr_.update_map_) {
  /external/opencv3/3rdparty/libwebp/enc/
tree.c 325 if (enc->segment_hdr_.update_map_) {
syntax.c 199 VP8PutBitUniform(bw, hdr->update_map_);
210 if (hdr->update_map_) {
vp8enci.h 198 int update_map_; // whether to update the segment map or not. member in struct:__anon20458
webpenc.c 71 hdr->update_map_ = (hdr->num_segments_ > 1);
frame.c 244 enc->segment_hdr_.update_map_ =
252 enc->segment_hdr_.update_map_ = 0;
  /external/webp/src/dec/
tree.c 290 if (dec->segment_hdr_.update_map_) {
vp8.c 142 hdr->update_map_ = 0;
155 hdr->update_map_ = VP8Get(br);
166 if (hdr->update_map_) {
173 hdr->update_map_ = 0;
vp8i.h 90 int update_map_; // whether to update the segment map or not member in struct:__anon26112
  /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 143 int update_map_; // whether to update the segment map or not. member in struct:__anon26159
webpenc.c 43 hdr->update_map_ = (hdr->num_segments_ > 1);
frame.c 207 enc->segment_hdr_.update_map_ =
215 enc->segment_hdr_.update_map_ = 0;

Completed in 169 milliseconds