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

  /external/opencv3/3rdparty/libwebp/enc/
syntax.c 223 const int use_lf_delta = (hdr->i4x4_lf_delta_ != 0);
228 // '0' is the default value for i4x4_lf_delta_ at frame #0.
229 const int need_update = (hdr->i4x4_lf_delta_ != 0);
234 VP8PutSignedValue(bw, hdr->i4x4_lf_delta_, 6);
vp8enci.h 221 int i4x4_lf_delta_; // delta filter level for i4x4 relative to i16x16 member in struct:__anon20460
webpenc.c 80 hdr->i4x4_lf_delta_ = 0;
  /external/webp/src/enc/
syntax.c 219 const int use_lf_delta = (hdr->i4x4_lf_delta_ != 0);
224 // '0' is the default value for i4x4_lf_delta_ at frame #0.
225 const int need_update = (hdr->i4x4_lf_delta_ != 0);
230 VP8PutSignedBits(bw, hdr->i4x4_lf_delta_, 6);
vp8enci.h 167 int i4x4_lf_delta_; // delta filter level for i4x4 relative to i16x16 member in struct:__anon26161
webpenc.c 52 hdr->i4x4_lf_delta_ = 0;

Completed in 246 milliseconds