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 112 const int use_lf_delta = (hdr->i4x4_lf_delta_ != 0);
117 // '0' is the default value for i4x4_lf_delta_ at frame #0.
118 const int need_update = (hdr->i4x4_lf_delta_ != 0);
123 VP8PutSignedValue(bw, hdr->i4x4_lf_delta_, 6);
vp8enci.h 199 int i4x4_lf_delta_; // delta filter level for i4x4 relative to i16x16 member in struct:__anon15239
webpenc.c 78 hdr->i4x4_lf_delta_ = 0;

Completed in 24 milliseconds