HomeSort by relevance Sort by last modified time
    Searched refs:best_allowed_q (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/vp8/common/
onyx.h 173 int best_allowed_q; member in struct:__anon24679
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 97 lrc->last_q[KEY_FRAME] = oxcf->best_allowed_q;
98 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q;
100 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2;
102 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2;
783 cpi->oxcf.best_allowed_q = vp9_quantizer_to_qindex(lc->min_q);
    [all...]
vp9_encoder.h 192 int best_allowed_q; member in struct:VP9EncoderConfig
276 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0;
vp9_ratectrl.c 332 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2;
334 (oxcf->worst_allowed_q + oxcf->best_allowed_q) / 2;
337 rc->last_q[KEY_FRAME] = oxcf->best_allowed_q;
    [all...]
vp9_encoder.c     [all...]
vp9_firstpass.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 311 lc->active_best_quality = cpi->oxcf.best_allowed_q;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 322 oxcf->best_allowed_q = cfg.rc_min_quantizer;
408 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 476 oxcf->best_allowed_q =
609 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
    [all...]

Completed in 205 milliseconds