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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_svc_layercontext.c 61 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);
vp9_encoder.h 159 int best_allowed_q; member in struct:VP9EncoderConfig
226 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0;
vp9_ratectrl.c 273 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;
    [all...]
vp9_encoder.c 657 rc->best_quality = cpi->oxcf.best_allowed_q;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 53 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;
vp9_ratectrl.c 192 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;
    [all...]
vp9_onyx_int.h 229 int best_allowed_q; member in struct:VP9_CONFIG
vp9_onyx_if.c 836 cpi->oxcf.best_allowed_q = 0;
898 rc->best_quality = cpi->oxcf.best_allowed_q;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.c 52 lrc->last_q[0] = q_trans[oxcf->best_allowed_q];
53 lrc->last_q[1] = q_trans[oxcf->best_allowed_q];
54 lrc->last_q[2] = q_trans[oxcf->best_allowed_q];
vp9_onyx_int.h 230 int best_allowed_q; member in struct:__anon40752
vp9_onyx_if.c 764 oxcf->best_allowed_q) / 2;
766 oxcf->best_allowed_q) / 2;
768 oxcf->best_allowed_q) / 2;
771 rc->last_q[0] = oxcf->best_allowed_q;
772 rc->last_q[1] = oxcf->best_allowed_q;
773 rc->last_q[2] = oxcf->best_allowed_q;
871 cpi->oxcf.best_allowed_q = q_trans[oxcf->best_allowed_q];
879 cpi->oxcf.best_allowed_q = 0;
941 rc->best_quality = cpi->oxcf.best_allowed_q;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 182 int best_allowed_q; member in struct:__anon17688
  /external/libvpx/libvpx/vp8/common/
onyx.h 171 int best_allowed_q; member in struct:__anon29465
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 171 int best_allowed_q; member in struct:__anon40648
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 344 lc->active_best_quality = cpi->oxcf.best_allowed_q;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 341 lc->active_best_quality = cpi->oxcf.best_allowed_q;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 341 lc->active_best_quality = cpi->oxcf.best_allowed_q;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 333 oxcf->best_allowed_q = cfg.rc_min_quantizer;
417 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 362 oxcf->best_allowed_q =
466 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 343 oxcf->best_allowed_q = cfg.rc_min_quantizer;
427 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 327 oxcf->best_allowed_q = q_trans[cfg->rc_min_quantizer];
412 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 345 oxcf->best_allowed_q = cfg.rc_min_quantizer;
429 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 317 oxcf->best_allowed_q = cfg->rc_min_quantizer;
402 printf("best_allowed_q: %d\n", oxcf->best_allowed_q);
    [all...]

Completed in 88 milliseconds