Searched refs:dq_y2_dc_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h437 int dq_y2_dc_, dq_y2_ac_; member in struct:VP8Encoder
H A Dsyntax.c241 VP8PutSignedValue(bw, enc->dq_y2_dc_, 4);
H A Dquant.c228 m->y2_.q_[0] = kDcTable[ clip(q + enc->dq_y2_dc_, 0, 127)] * 2;
403 enc->dq_y2_dc_ = 0;
/external/webp/src/enc/
H A Dvp8enci.h437 int dq_y2_dc_, dq_y2_ac_; member in struct:VP8Encoder
H A Dsyntax.c241 VP8PutSignedValue(bw, enc->dq_y2_dc_, 4);
H A Dquant.c228 m->y2_.q_[0] = kDcTable[ clip(q + enc->dq_y2_dc_, 0, 127)] * 2;
403 enc->dq_y2_dc_ = 0;

Completed in 103 milliseconds