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

  /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 VP8PutSignedValue(bw, hdr->i4x4_lf_delta_, 6);
vp8enci.h 223 int i4x4_lf_delta_; // delta filter level for i4x4 relative to i16x16 member in struct:__anon21241
webpenc.c 52 hdr->i4x4_lf_delta_ = 0;

Completed in 68 milliseconds