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

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h414 int dq_y1_dc_; member in struct:VP8Encoder
H A Dsyntax.c244 VP8PutSignedValue(bw, enc->dq_y1_dc_, 4);
H A Dquant.c172 m->y1_.q_[0] = kDcTable[clip(q + enc->dq_y1_dc_, 0, 127)];
344 enc->dq_y1_dc_ = 0; // TODO(skal): dq-lum
/external/webp/src/enc/
H A Dvp8enci.h414 int dq_y1_dc_; member in struct:VP8Encoder
H A Dsyntax.c244 VP8PutSignedValue(bw, enc->dq_y1_dc_, 4);
H A Dquant.c172 m->y1_.q_[0] = kDcTable[clip(q + enc->dq_y1_dc_, 0, 127)];
344 enc->dq_y1_dc_ = 0; // TODO(skal): dq-lum

Completed in 108 milliseconds