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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 116 double avg_q; member in struct:__anon24804
vp9_svc_layercontext.c 81 lrc->avg_q = 0.0;
    [all...]
vp9_encoder.c 919 int high_q = (int)(rc->avg_q > 48.0);
958 vp9_compute_qdelta(rc, rc->avg_q, rc->avg_q * 0.875, cm->bit_depth);
    [all...]
vp9_ratectrl.c 374 rc->avg_q = vp9_convert_qindex_to_q(oxcf->worst_allowed_q, oxcf->bit_depth);
    [all...]
vp9_firstpass.c     [all...]

Completed in 172 milliseconds