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

  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.h 54 int vp9_quantizer_to_qindex(int quantizer);
vp9_svc_layercontext.c 579 lrc->worst_quality = vp9_quantizer_to_qindex(lc->max_q);
580 lrc->best_quality = vp9_quantizer_to_qindex(lc->min_q);
689 cpi->oxcf.worst_allowed_q = vp9_quantizer_to_qindex(lc->max_q);
690 cpi->oxcf.best_allowed_q = vp9_quantizer_to_qindex(lc->min_q);
vp9_quantize.c 377 int vp9_quantizer_to_qindex(int quantizer) { function
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 429 extra_cfg->lossless ? 0 : vp9_quantizer_to_qindex(cfg->rc_min_quantizer);
431 extra_cfg->lossless ? 0 : vp9_quantizer_to_qindex(cfg->rc_max_quantizer);
432 oxcf->cq_level = vp9_quantizer_to_qindex(extra_cfg->cq_level);
    [all...]

Completed in 63 milliseconds