HomeSort by relevance Sort by last modified time
    Searched defs:vp9_compute_qdelta (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 708 int delta_qindex = vp9_compute_qdelta(rc, last_boosted_q,
729 active_best_quality += vp9_compute_qdelta(rc, q_val,
841 int delta_qindex = vp9_compute_qdelta(rc, last_boosted_q,
1667 int vp9_compute_qdelta(const RATE_CONTROL *rc, double qstart, double qtarget, function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 215 int vp9_compute_qdelta(const VP9_COMP *cpi, double qstart, double qtarget) { function
306 qi_delta = vp9_compute_qdelta(cpi, rc->avg_q, rc->avg_q * 0.875);
327 qi_delta = vp9_compute_qdelta(cpi, rc->avg_q, rc->avg_q * 1.125);
    [all...]

Completed in 38 milliseconds