Home | History | Annotate | Download | only in enc

Lines Matching refs:kAcTable

152 static const uint16_t kAcTable[128] = {
250 m->y1_.q_[1] = kAcTable[clip(q, 0, 127)];
256 m->uv_.q_[1] = kAcTable[clip(q + enc->dq_uv_ac_, 0, 127)];
302 const int qstep = kAcTable[clip(m->quant_, 0, 127)] >> 2;
331 // low quant. Finer modeling for high-quant would make use of kAcTable[]