Home | History | Annotate | Download | only in enc

Lines Matching refs:hdr

189   const VP8EncSegmentHeader* const hdr = &enc->segment_hdr_;
191 if (VP8PutBitUniform(bw, (hdr->num_segments_ > 1))) {
195 VP8PutBitUniform(bw, hdr->update_map_);
206 if (hdr->update_map_) {
218 const VP8EncFilterHeader* const hdr) {
219 const int use_lf_delta = (hdr->i4x4_lf_delta_ != 0);
220 VP8PutBitUniform(bw, hdr->simple_);
221 VP8PutBits(bw, hdr->level_, 6);
222 VP8PutBits(bw, hdr->sharpness_, 3);
225 const int need_update = (hdr->i4x4_lf_delta_ != 0);
230 VP8PutSignedBits(bw, hdr->i4x4_lf_delta_, 6);