Searched refs:update_map_ (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dtree.c290 if (dec->segment_hdr_.update_map_) {
H A Dvp8.c145 hdr->update_map_ = 0;
158 hdr->update_map_ = VP8Get(br);
169 if (hdr->update_map_) {
176 hdr->update_map_ = 0;
H A Dvp8i.h127 int update_map_; // whether to update the segment map or not member in struct:__anon13241
/external/chromium_org/third_party/libwebp/enc/
H A Dtree.c320 if (enc->segment_hdr_.update_map_) {
H A Dsyntax.c195 VP8PutBitUniform(bw, hdr->update_map_);
206 if (hdr->update_map_) {
H A Dvp8enci.h200 int update_map_; // whether to update the segment map or not. member in struct:__anon13283
H A Dwebpenc.c43 hdr->update_map_ = (hdr->num_segments_ > 1);
H A Dframe.c211 enc->segment_hdr_.update_map_ =
219 enc->segment_hdr_.update_map_ = 0;
/external/webp/src/dec/
H A Dtree.c290 if (dec->segment_hdr_.update_map_) {
H A Dvp8.c145 hdr->update_map_ = 0;
158 hdr->update_map_ = VP8Get(br);
169 if (hdr->update_map_) {
176 hdr->update_map_ = 0;
H A Dvp8i.h127 int update_map_; // whether to update the segment map or not member in struct:__anon33335
/external/webp/src/enc/
H A Dtree.c320 if (enc->segment_hdr_.update_map_) {
H A Dsyntax.c195 VP8PutBitUniform(bw, hdr->update_map_);
206 if (hdr->update_map_) {
H A Dvp8enci.h200 int update_map_; // whether to update the segment map or not. member in struct:__anon33380
H A Dwebpenc.c43 hdr->update_map_ = (hdr->num_segments_ > 1);
H A Dframe.c211 enc->segment_hdr_.update_map_ =
219 enc->segment_hdr_.update_map_ = 0;

Completed in 168 milliseconds