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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c61 lrc->last_q[KEY_FRAME] = oxcf->best_allowed_q;
62 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q;
64 oxcf->best_allowed_q) / 2;
66 oxcf->best_allowed_q) / 2;
317 cpi->oxcf.best_allowed_q = vp9_quantizer_to_qindex(lc->min_q);
H A Dvp9_encoder.h159 int best_allowed_q; member in struct:VP9EncoderConfig
226 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0;
H A Dvp9_ratectrl.c273 oxcf->best_allowed_q) / 2;
275 oxcf->best_allowed_q) / 2;
278 rc->last_q[KEY_FRAME] = oxcf->best_allowed_q;
279 rc->last_q[INTER_FRAME] = oxcf->best_allowed_q;
H A Dvp9_encoder.c657 rc->best_quality = cpi->oxcf.best_allowed_q;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c53 lrc->last_q[0] = oxcf->best_allowed_q;
54 lrc->last_q[1] = oxcf->best_allowed_q;
55 lrc->last_q[2] = oxcf->best_allowed_q;
H A Dvp9_ratectrl.c192 oxcf->best_allowed_q) / 2;
194 oxcf->best_allowed_q) / 2;
196 oxcf->best_allowed_q) / 2;
199 rc->last_q[0] = oxcf->best_allowed_q;
200 rc->last_q[1] = oxcf->best_allowed_q;
201 rc->last_q[2] = oxcf->best_allowed_q;
H A Dvp9_onyx_int.h229 int best_allowed_q; member in struct:VP9_CONFIG
H A Dvp9_onyx_if.c836 cpi->oxcf.best_allowed_q = 0;
898 rc->best_quality = cpi->oxcf.best_allowed_q;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h182 int best_allowed_q; member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h171 int best_allowed_q; member in struct:__anon24854
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c344 lc->active_best_quality = cpi->oxcf.best_allowed_q;
1385 cpi->active_best_quality = cpi->oxcf.best_allowed_q;
1570 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q];
1671 cpi->best_quality = cpi->oxcf.best_allowed_q;
1679 else if (cpi->active_worst_quality < cpi->oxcf.best_allowed_q)
1681 cpi->active_worst_quality = cpi->oxcf.best_allowed_q;
1683 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q)
1685 cpi->active_best_quality = cpi->oxcf.best_allowed_q;
2304 fprintf(f, "minq:%d -maxq:%d skiptrue:skipfalse = %d:%d\n", cpi->oxcf.best_allowed_q, cp
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c341 lc->active_best_quality = cpi->oxcf.best_allowed_q;
1353 cpi->active_best_quality = cpi->oxcf.best_allowed_q;
1538 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q];
1639 cpi->best_quality = cpi->oxcf.best_allowed_q;
1647 else if (cpi->active_worst_quality < cpi->oxcf.best_allowed_q)
1649 cpi->active_worst_quality = cpi->oxcf.best_allowed_q;
1651 if (cpi->active_best_quality < cpi->oxcf.best_allowed_q)
1653 cpi->active_best_quality = cpi->oxcf.best_allowed_q;
2254 fprintf(f, "minq:%d -maxq:%d skiptrue:skipfalse = %d:%d\n", cpi->oxcf.best_allowed_q, cp
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c333 oxcf->best_allowed_q = cfg.rc_min_quantizer;
417 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c362 oxcf->best_allowed_q =
466 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c343 oxcf->best_allowed_q = cfg.rc_min_quantizer;
427 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c327 oxcf->best_allowed_q = q_trans[cfg->rc_min_quantizer];
412 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);

Completed in 878 milliseconds