Home
last modified time | relevance | path

Searched refs:dq_uv_ac_ (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/enc/
Dvp8enci.h384 int dq_uv_dc_, dq_uv_ac_; member
Dsyntax.c244 VP8PutSignedBits(bw, enc->dq_uv_ac_, 4); in PutQuant()
Dquant.c256 m->uv_.q_[1] = kAcTable[clip(q + enc->dq_uv_ac_, 0, 127)]; in SetupMatrices()
430 enc->dq_uv_ac_ = dq_uv_ac; in VP8SetSegmentParams()
/external/opencv3/3rdparty/libwebp/enc/
Dvp8enci.h416 int dq_uv_dc_, dq_uv_ac_; member
Dsyntax.c248 VP8PutSignedValue(bw, enc->dq_uv_ac_, 4); in PutQuant()
Dquant.c179 m->uv_.q_[1] = kAcTable[clip(q + enc->dq_uv_ac_, 0, 127)]; in SetupMatrices()
348 enc->dq_uv_ac_ = dq_uv_ac; in VP8SetSegmentParams()