Searched refs:dq_uv_ac_ (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/enc/ |
D | vp8enci.h | 384 int dq_uv_dc_, dq_uv_ac_; member
|
D | syntax.c | 244 VP8PutSignedBits(bw, enc->dq_uv_ac_, 4); in PutQuant()
|
D | quant.c | 256 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/ |
D | vp8enci.h | 416 int dq_uv_dc_, dq_uv_ac_; member
|
D | syntax.c | 248 VP8PutSignedValue(bw, enc->dq_uv_ac_, 4); in PutQuant()
|
D | quant.c | 179 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()
|