Searched refs:dq_y1_dc_ (Results 1 – 6 of 6) sorted by relevance
414 int dq_y1_dc_; member
244 VP8PutSignedValue(bw, enc->dq_y1_dc_, 4); in PutQuant()
172 m->y1_.q_[0] = kDcTable[clip(q + enc->dq_y1_dc_, 0, 127)]; in SetupMatrices()344 enc->dq_y1_dc_ = 0; // TODO(skal): dq-lum in VP8SetSegmentParams()
382 int dq_y1_dc_; member
240 VP8PutSignedBits(bw, enc->dq_y1_dc_, 4); in PutQuant()
249 m->y1_.q_[0] = kDcTable[clip(q + enc->dq_y1_dc_, 0, 127)]; in SetupMatrices()426 enc->dq_y1_dc_ = 0; // TODO(skal): dq-lum in VP8SetSegmentParams()