Searched refs:qstep (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rd.h136 unsigned int qstep, int *rate,
H A Dvp9_rd.c392 unsigned int qstep, int *rate,
407 (((uint64_t)qstep * qstep << (n_log2 + 10)) + (var >> 1)) / var;
391 vp9_model_rd_from_var_lapndz(unsigned int var, unsigned int n_log2, unsigned int qstep, int *rate, int64_t *dist) argument
H A Dvp9_rdopt.c3443 int qstep = xd->plane[0].dequant[1]; local
3448 qstep >>= (xd->bd - 8);
3456 distortion2 * scale < qstep * qstep) {
4213 int qstep = xd->plane[0].dequant[1]; local
4218 qstep >>= (xd->bd - 8);
4226 distortion2 * scale < qstep * qstep) {
/external/webp/src/enc/
H A Dquant.c290 const int qstep = kAcTable[clip(m->quant_, 0, 127)] >> 2; local
292 VP8FilterStrengthFromDelta(enc->filter_hdr_.sharpness_, qstep);

Completed in 131 milliseconds