Searched refs:best_allowed_q (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Donyx.h183 int best_allowed_q; member in struct:__anon11189
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c85 lrc->last_q[KEY_FRAME] = oxcf->best_allowed_q;
86 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q;
88 oxcf->best_allowed_q) / 2;
90 oxcf->best_allowed_q) / 2;
690 cpi->oxcf.best_allowed_q = vp9_quantizer_to_qindex(lc->min_q);
H A Dvp9_encoder.h172 int best_allowed_q; member in struct:VP9EncoderConfig
248 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0;
H A Dvp9_ratectrl.c321 oxcf->best_allowed_q) / 2;
323 oxcf->best_allowed_q) / 2;
326 rc->last_q[KEY_FRAME] = oxcf->best_allowed_q;
H A Dvp9_firstpass.c2666 rc->last_q[KEY_FRAME] = (tmp_q + cpi->oxcf.best_allowed_q) / 2;
H A Dvp9_encoder.c1508 rc->best_quality = cpi->oxcf.best_allowed_q;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c328 lc->active_best_quality = cpi->oxcf.best_allowed_q;
1397 cpi->active_best_quality = cpi->oxcf.best_allowed_q;
1582 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q];
1677 cpi->best_quality = cpi->oxcf.best_allowed_q;
1685 else if (cpi->active_worst_quality < cpi->oxcf.best_allowed_q)
1687 cpi->active_worst_quality = cpi->oxcf.best_allowed_q;
1689 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q)
1691 cpi->active_best_quality = cpi->oxcf.best_allowed_q;
2326 fprintf(f, "minq:%d -maxq:%d skiptrue:skipfalse = %d:%d\n", cpi->oxcf.best_allowed_q, cp
[all...]
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c341 oxcf->best_allowed_q = cfg.rc_min_quantizer;
429 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c428 oxcf->best_allowed_q =
542 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);

Completed in 412 milliseconds